Open slavakurilyak opened 6 years ago
for hyper parameter optimization: https://github.com/HunterMcGushion/hyperparameter_hunter
@bukosabino For additional inspiration, check out the following three Github topics: automated-machine-learning, auto-ml, automl
Google releases AdaNet, which incorporates AutoML with Tensorflow
Microsoft releases nni, an open source AutoML toolkit for neural architecture search and hyper-parameter tuning, with support for Keras, Tensorflow, Pytorch.
Here's a list of open-source projects for AutoML: https://github.com/slavakurilyak/awesome-automl-papers#projects
Goal
As a machine learning developer, I want to embed automated methods for machine learning, so that I can run systematic processes on raw data and select relevant models for processing data.
As a machine learning developer, I want to integrate automated machine learning, so that I do not have to manually select and tune parameters and hyperparameters for machine learning models.
Consider
Inspiration
AirBnB
Airbnb uses Automated Machine Learning (AML) to accomplish the following:
DataRobot
Here is the standard machine learning process at a high level.