#68 · Primary category: Deep Learning Frameworks
autokeras
AutoML library for deep learning
Project last updated:11/25/25
GitHub Stars
9.3K
Forks
1.4K
Contributors
148
License
Apache-2.0
Why we included this project
Most deep learning projects stall at the point where you have data but no clear network architecture. AutoKeras removes that bottleneck by automating architecture search and hyperparameter tuning on top of Keras, so you can go from raw data to a working model with a few lines of code like ak.ImageClassifier().fit(). It handles image, text, and structured data out of the box, which makes it a practical first stop for teams wanting to validate an idea quickly before investing in hand-tuned models. Because it stays close to Keras conventions and runs on TensorFlow, it slots into an existing stack without much friction. The built-in search over model structures and preprocessing is useful, though you give up fine-grained control over every layer if you need it.
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
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.