#85 · Primary category: Deep Learning Frameworks
singa
a distributed deep learning platform
Project last updated:07/07/26
GitHub Stars
3.6K
Forks
1.3K
Contributors
102
License
Apache-2.0
Why we included this project
Apache SINGA is a deep learning library aimed at teams that want to train models across several GPUs without assembling a cluster stack on their own. It handles data-parallel training on one or more nodes, keeps a computation graph so backward propagation runs automatically, and ships with standard optimizers like Adam, RMSProp, and SGD with momentum. Two details set it apart: it exchanges models through ONNX for interoperability with other tools, and it can call trained models as stored procedures inside a relational database, so predictions live where the application data already sits. That combination suits research groups and teams that want training results queryable right next to their own data.
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.