Python's Tensorflow Graph Library
Project description
TFGraph: Python's Tensorflow Graph Library
=======
.. |travisci| image:: https://img.shields.io/travis/tfgraph/tfgraph/master.svg?style=flat-square
:target: https://travis-ci.org/tfgraph/tfgraph
.. |codecov| image:: https://img.shields.io/codecov/c/github/tfgraph/tfgraph.svg?style=flat-square
:target: https://codecov.io/gh/tfgraph/tfgraph?branch=master
.. |docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat-square
:target: http://tfgraph.readthedocs.io/en/latest/?badge=latest
.. |gitter| image:: https://img.shields.io/gitter/room/tfgraph/tfgraph.svg?style=flat-square
:target: https://gitter.im/tfgraph/tfgraph?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
.. |license| image:: https://img.shields.io/github/license/tfgraph/tfgraph.svg?style=flat-square
:target: https://github.com/tfgraph/tfgraph
.. |release| image:: https://img.shields.io/github/release/tfgraph/tfgraph.svg?style=flat-square
:target: https://github.com/tfgraph/tfgraph
|travisci| |codecov| |docs| |gitter| |license| |release|
Description
-----------
This work consists of a study of a set of techniques and strategies related with algorithm's design, whose purpose is the resolution of problems on massive data sets, in an efficient way. This field is known as Algorithms for Big Data. In particular, this work has studied the Streaming Algorithms, which represents the basis of the data structures of sublinear order o(n) in space, known as Sketches. In addition, it has deepened in the study of problems applied to Graphs on the Semi-Streaming model. Next, the PageRank algorithm was analyzed as a concrete case study. Finally, the development of a library for the resolution of graph problems, implemented on the top of the intensive mathematical computation platform known as TensorFlow has been started.
Content
-------
* `Source Code <https://github.com/tfgraph/tfgraph/blob/master/tfgraph>`__
* `API Documentation <http://tfgraph.readthedocs.io/>`__
* `Code Examples <https://github.com/tfgraph/tfgraph/blob/master/examples>`__
* `Tests <https://github.com/tfgraph/tfgraph/blob/master/tests>`__
How to install
--------------
If you have git installed, you can try::
$ pip install git+https://github.com/tfgraph/tfgraph.git
If you get any installation or compilation errors, make sure you have the latest pip and setuptools::
$ pip install --upgrade pip setuptools
How to run the tests
--------------------
Install in editable mode and call `pytest`::
$ pip install -e .
$ pytest
=======
.. |travisci| image:: https://img.shields.io/travis/tfgraph/tfgraph/master.svg?style=flat-square
:target: https://travis-ci.org/tfgraph/tfgraph
.. |codecov| image:: https://img.shields.io/codecov/c/github/tfgraph/tfgraph.svg?style=flat-square
:target: https://codecov.io/gh/tfgraph/tfgraph?branch=master
.. |docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat-square
:target: http://tfgraph.readthedocs.io/en/latest/?badge=latest
.. |gitter| image:: https://img.shields.io/gitter/room/tfgraph/tfgraph.svg?style=flat-square
:target: https://gitter.im/tfgraph/tfgraph?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
.. |license| image:: https://img.shields.io/github/license/tfgraph/tfgraph.svg?style=flat-square
:target: https://github.com/tfgraph/tfgraph
.. |release| image:: https://img.shields.io/github/release/tfgraph/tfgraph.svg?style=flat-square
:target: https://github.com/tfgraph/tfgraph
|travisci| |codecov| |docs| |gitter| |license| |release|
Description
-----------
This work consists of a study of a set of techniques and strategies related with algorithm's design, whose purpose is the resolution of problems on massive data sets, in an efficient way. This field is known as Algorithms for Big Data. In particular, this work has studied the Streaming Algorithms, which represents the basis of the data structures of sublinear order o(n) in space, known as Sketches. In addition, it has deepened in the study of problems applied to Graphs on the Semi-Streaming model. Next, the PageRank algorithm was analyzed as a concrete case study. Finally, the development of a library for the resolution of graph problems, implemented on the top of the intensive mathematical computation platform known as TensorFlow has been started.
Content
-------
* `Source Code <https://github.com/tfgraph/tfgraph/blob/master/tfgraph>`__
* `API Documentation <http://tfgraph.readthedocs.io/>`__
* `Code Examples <https://github.com/tfgraph/tfgraph/blob/master/examples>`__
* `Tests <https://github.com/tfgraph/tfgraph/blob/master/tests>`__
How to install
--------------
If you have git installed, you can try::
$ pip install git+https://github.com/tfgraph/tfgraph.git
If you get any installation or compilation errors, make sure you have the latest pip and setuptools::
$ pip install --upgrade pip setuptools
How to run the tests
--------------------
Install in editable mode and call `pytest`::
$ pip install -e .
$ pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tfgraph-0.2.tar.gz
(17.6 kB
view details)
File details
Details for the file tfgraph-0.2.tar.gz
.
File metadata
- Download URL: tfgraph-0.2.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 609568fdc4e4cd10f524eb466bfaf37205f67bb5973f03ce352fa904ab8e25ae |
|
MD5 | 30d8b1ab39dcab97f45e5f280be4c482 |
|
BLAKE2b-256 | b817fa70f3b32471dd3eacf8a7086846bd22fd970f3ec4b7e3cdd1f8151463aa |