#1 · Primary category: Deep Learning Frameworks
tensorflow
An Open Source Machine Learning Framework for Everyone
Project last updated:08/29/26
GitHub Stars
198.0K
Forks
76.2K
Contributors
5.3K
License
Apache-2.0
Why we included this project
TensorFlow is the deep learning framework most teams meet first, and it has held up well as a general-purpose choice for building and training neural networks across a wide range of tasks. The stable Python API covers model definition, while the C++ core and the surrounding tooling make it practical to move trained models into production, whether that means serving predictions at scale or running them on mobile and edge devices. Researchers use it to prototype new architectures, and engineering teams lean on its distributed training support to spread work across many machines. If you are starting an ML project and want a mature, well-documented framework with a large ecosystem of libraries and community resources, TensorFlow deserves a look alongside the other general frameworks.
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
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.
DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.