#85 · Primary category: Deep Learning Frameworks

singa

deep-learning

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