angel-ml/angel

A Flexible and Powerful Parameter Server for large-scale machine learning

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 31 minutes ago
Added to GitGenius on September 9th, 2026
Created on April 25th, 2017
Open Issues & Pull Requests: 139 (+0)
GitHub issues: Enabled
Number of forks: 1,588
Total Stargazers: 6,790 (+0)
Total Subscribers: 437 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 9
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 341 days
Stale 30+ days: 9
Stale 90+ days: 7

Recent activity

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

Top labels

  • enhancement (15)
  • graph-algorithm (4)
  • bug (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Angel is a parameter server platform for distributed machine learning that handles high-dimensional models at scale.

Angel addresses the challenge of training complex machine learning models across distributed systems by partitioning model parameters across multiple parameter-server nodes. It uses a model-centered design where parameters are managed centrally while computation happens distributively, implementing efficient model-updating interfaces and flexible consistency models for synchronization. The platform is built in Java and Scala, runs on Yarn, and integrates with Spark through its PS Service abstraction layer, allowing Spark jobs to leverage the parameter server infrastructure for iterative machine learning workloads.

Teams should adopt Angel if they are training high-dimensional models on large datasets and need the stability and performance tuning that comes from production use at scale. It suits organizations already invested in Spark and Yarn ecosystems who want to avoid rewriting infrastructure. The platform is particularly valuable for online learning scenarios where model updates happen continuously. Angel is jointly developed by Tencent and Peking University, combining industrial production requirements with academic innovation, which means it has been tested against real large-scale data workloads.

The project maintains active documentation covering architecture, design philosophy, deployment across local and Yarn environments, and programming guides specific to Spark integration. Development includes support for graph computing and deep learning frameworks marked as under development. The codebase accepts contributions through established guidelines and remains open to community involvement in machine learning and graph computing areas.