TPOT, the Tree-based Pipeline Optimization Tool, for machine learning pipelines added

This commit is contained in:
Herman Slatman 2015-12-09 10:17:22 +01:00
parent 0a6bb1e059
commit 0db8bf7d92

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]
* [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.
<a name="python-data-analysis" />
#### Data Analysis / Data Visualization