#12 · Primary category: Deep Learning Frameworks
fastai
The fastai deep learning library
Project last updated:08/29/26
GitHub Stars
28.1K
Forks
7.6K
Contributors
263
License
Apache-2.0
Why we included this project
fastai wraps PyTorch in a higher-level API that gets common deep learning jobs done with very little code. The quick start shows image classification, segmentation, text sentiment, recommendation, and tabular models, each in about five lines. Underneath that simplicity sits a layered design: a data block API, a refactored optimizer, and a two-way callback system give you pieces you can combine once you outgrow the defaults, so the library stays hackable rather than a black box. Teams working on vision, text, or tabular problems without wanting to hand-roll training loops will find it a practical fit, and researchers can drop down to lower-level components to experiment. The companion book and free course also make it a solid way to learn deep learning while shipping real models.
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.