Added entry for Edward (edwardlib) in Python General Purpose Machine Learning section

This commit is contained in:
Varun Agrawal 2017-10-10 15:37:39 -04:00
parent 058f8f156d
commit f7d13b7277

View File

@ -923,6 +923,7 @@ be
* [Xcessiv](https://github.com/reiinakano/xcessiv) - A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling
* [PyTorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration
* [ML-From-Scratch](https://github.com/eriklindernoren/ML-From-Scratch) - Implementations of Machine Learning models from scratch in Python with a focus on transparency. Aims to showcase the nuts and bolts of ML in an accessible way.
* [Edward](http://edwardlib.org/) - A library for probabilistic modeling, inference, and criticism. Built on top of TensorFlow.
<a name="python-data-analysis"></a>
#### Data Analysis / Data Visualization