#11 · Primary category: Deep Learning Frameworks

Paddle

deep-learning distributed-training efficiency machine-learning neural-network paddlepaddle python scalability

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)

Project last updated:08/28/26

GitHub Stars

24.1K

Forks

6.0K

Contributors

1.5K

License

Apache-2.0

Why we included this project

PaddlePaddle is a full deep learning framework that covers model development, distributed training, and deployment in one codebase, so teams don't have to stitch together separate tools. It supports both dynamic and static graph modes, and its automatic parallelism starts from a single-card configuration and figures out the distributed strategy on its own, which saves real time when scaling up training. The same code handles training and inference, so you don't maintain two stacks for large-model work. It also includes high-order differentiation and a neural network compiler, which makes it useful for scientific computing and performance-sensitive workloads, not just conventional neural networks. It's already in use across manufacturing, agriculture, and enterprise services, and its broad hardware support for cross-platform deployment makes it a solid production choice.

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