Added pgmpy

Added pgmpy in python general purpose machine learning section.
It supports Bayesian learning, Dynamic Bayesian networks and markov random field models ( along with additional stuffs).
This commit is contained in:
Utkarsh 2016-01-03 18:02:17 +05:30
parent a0533a92ef
commit 5aaebe5205

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