Hyperparameter optimization: Difference between revisions

Content deleted Content added
Line 165:
* [https://github.com/joeddav/devol devol] is a Python package that performs Deep Neural Network architecture search using [[genetic programming]].
* [https://github.com/DEAP/deap deap] is a Python framework for general evolutionary computation which is flexible and integrates with parallelization packages like [https://github.com/soravux/scoop scoop] and [[Apache Spark|pyspark]], and other Python frameworks like [[Scikit-learn|sklearn]] via [https://github.com/rsteca/sklearn-deap sklearn-deap].
* [http://www.wuttoo.com WUTTOO] is a fully automated tool that automatically creates and optimizes full machine learning pipelines using meta-traininglearning techniques.
 
===Other===