Merge pull request #225 from khalibartan/patch-1

Added pgmpy
This commit is contained in:
Joseph Misiti 2016-01-04 17:55:23 -05:00
commit 1ad31dff0c

View File

@ -702,6 +702,7 @@ on MNIST digits[DEEP LEARNING]
* [Annoy](https://github.com/spotify/annoy) - Approximate nearest neighbours implementation
* [skflow](https://github.com/google/skflow) - Simplified interface for TensorFlow, mimicking Scikit Learn.
* [TPOT](https://github.com/rhiever/tpot) - Tool that automatically creates and optimizes machine learning pipelines using genetic programming. Consider it your personal data science assistant, automating a tedious part of machine learning.
* [pgmpy](https://github.com/pgmpy/pgmpy) A python library for working with Probabilistic Graphical Models.
<a name="python-data-analysis" />
#### Data Analysis / Data Visualization