#208 · Primary category: Deep Learning Frameworks

AutoDL

ai artificial-intelligence autodl autodl-challenge automated-machine-learning automl big-data data-science deeplearning feature-engineering full-automl lightgbm machine-learning model-selection multi-label nas python pytorch resnet tensorflow

Automated Deep Learning without ANY human intervention. 1'st Solution for AutoDL challenge@NeurIPS.

Project last updated:09/23/22

GitHub Stars

1.2K

Forks

214

Contributors

6

License

Apache-2.0

Why we included this project

AutoDL targets a problem most teams never bother to automate: getting a decent classifier without touching a knob. You hand it a dataset in almost any form, images, video, audio, text, or tabular data, and it runs feature extraction, model selection, architecture search, and hyperparameter tuning on its own, reporting results in as little as ten seconds. It won the NeurIPS AutoDL competition outright, so its model zoo reflects what actually worked on real benchmarks, mixing classical learners like LightGBM with deep models such as ResNet and BERT. Teams that want a fast, hands-off baseline for multi-label classification across mixed modalities will find it worth studying or adapting before building their own pipeline. One caveat: this is research-grade code that has not seen much recent maintenance, so treat it as a starting point or learning resource rather than a maintained production service.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category