Merge pull request #414 from eriklindernoren/master

Added ML-From-Scratch
This commit is contained in:
Joseph Misiti 2017-08-19 17:31:17 -04:00 committed by GitHub
commit ed6ed33430

View File

@ -907,6 +907,7 @@ be
* [fuku-ml](https://github.com/fukuball/fuku-ml) - Simple machine learning library, including Perceptron, Regression, Support Vector Machine, Decision Tree and more, it's easy to use and easy to learn for beginners.
* [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.
<a name="python-data-analysis"></a>
#### Data Analysis / Data Visualization