Merge pull request #354 from fukuball/master

Add fuku-ml for Python General-Purpose Machine Learning
This commit is contained in:
Joseph Misiti 2017-03-11 14:31:43 -05:00 committed by GitHub
commit 99e9692c32

View File

@ -828,6 +828,7 @@ on MNIST digits[DEEP LEARNING]
* [rgf_python](https://github.com/fukatani/rgf_python) - Python bindings for Regularized Greedy Forest (Tree) Library.
* [gym](https://github.com/openai/gym) - OpenAI Gym is a toolkit for developing and comparing reinforcement learning algorithms.
* [skbayes](https://github.com/AmazaspShumik/sklearn-bayes) - Python package for Bayesian Machine Learning with scikit-learn API
* [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.
<a name="python-data-analysis" />
#### Data Analysis / Data Visualization