Merge pull request #209 from hslatman/hs_tpot

TPOT, the Tree-based Pipeline Optimization Tool, for machine learning…
This commit is contained in:
Joseph Misiti 2015-12-09 10:23:32 -05:00
commit 7fc4a06ffd

View File

@ -689,6 +689,7 @@ on MNIST digits[DEEP LEARNING]
* [Neural Networks and Deep Learning](https://github.com/mnielsen/neural-networks-and-deep-learning) - Code samples for my book "Neural Networks and Deep Learning" [DEEP LEARNING] * [Neural Networks and Deep Learning](https://github.com/mnielsen/neural-networks-and-deep-learning) - Code samples for my book "Neural Networks and Deep Learning" [DEEP LEARNING]
* [Annoy](https://github.com/spotify/annoy) - Approximate nearest neighbours implementation * [Annoy](https://github.com/spotify/annoy) - Approximate nearest neighbours implementation
* [skflow](https://github.com/google/skflow) - Simplified interface for TensorFlow, mimicking Scikit Learn. * [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.
<a name="python-data-analysis" /> <a name="python-data-analysis" />
#### Data Analysis / Data Visualization #### Data Analysis / Data Visualization