apache/singa

a distributed deep learning platform

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on September 19th, 2026
Created on April 2nd, 2015
Open Issues & Pull Requests: 54 (+0)
GitHub issues: Enabled
Number of forks: 1,265
Total Stargazers: 3,607 (+0)
Total Subscribers: 125 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.2 days
Mean response time: 123.9 days
90th percentile: 213.6 days
Tracked items: 13

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Apache SINGA is a distributed deep learning platform that enables training of neural networks across multiple machines and devices.

The platform addresses the challenge of scaling deep learning workloads beyond single-machine constraints. It provides a system designed to distribute training computations across clusters, allowing practitioners to work with larger models and datasets than would fit on individual hardware. The tool handles the complexity of coordinating computation across distributed nodes, managing communication between workers, and synchronizing model updates during training.

Teams working on large-scale deep learning projects should consider SINGA when they need to train models that exceed the memory or compute capacity of a single machine. It suits organizations with access to clusters or cloud infrastructure and the operational capacity to manage distributed systems. The platform is particularly relevant for research groups and companies training state-of-the-art models where distributed training becomes a practical necessity rather than an optimization.

The project maintains active development across its C++ and Python codebases, with continuous integration workflows validating builds on multiple platforms. Code quality is monitored through static analysis and test coverage tracking. The project operates through established Apache governance structures including development and commits mailing lists, with issue tracking managed through a dedicated system.