Skip to content

Commit

Permalink
[Release-1.4.0] Faster PS HA & 64 Bit Feature ID
Browse files Browse the repository at this point in the history
  • Loading branch information
andyyehoo committed Jan 15, 2018
1 parent 5ab80d3 commit 723d577
Show file tree
Hide file tree
Showing 7 changed files with 559 additions and 558 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


[![license](http://img.shields.io/badge/license-BSD3-blue.svg?style=flat)](https://github.com/tencent/angel/blob/master/LICENSE)
[![Release Version](https://img.shields.io/badge/release-1.3.0-red.svg)](https://github.com/tencent/angel/releases)
[![Release Version](https://img.shields.io/badge/release-1.4.0-red.svg)](https://github.com/tencent/angel/releases)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/tencent/angel/pulls)

[(English Documents Available)](./README_en.md)
Expand Down Expand Up @@ -59,7 +59,7 @@

* **在线学习(Online Learning)**
* [FTRL](./docs/algo/ftrl_lr_spark.md)


## Deployment

Expand Down
9 changes: 4 additions & 5 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@


[![license](http://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat)](https://github.com/tencent/angel/blob/master/LICENSE)
[![Release Version](https://img.shields.io/badge/release-1.2.0-red.svg)](https://github.com/tencent/angel/releases)
[![Release Version](https://img.shields.io/badge/release-1.4.0-red.svg)](https://github.com/tencent/angel/releases)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/tencent/angel/pulls)

**Angel** is a high-performance distributed machine learning platform based on the philosophy of Parameter Server. It is tuned for performance with big data from Tencent and has a wide range of applicability and stability, demonstrating increasing advantage in handling higher dimension model. Angel is jointly developed by Tencent and Peking University, taking account of both high availability in industry and innovation in academia.
**Angel** is a high-performance distributed machine learning platform based on the philosophy of Parameter Server. It is tuned for performance with big data from Tencent and has a wide range of applicability and stability, demonstrating increasing advantage in handling higher dimension model. Angel is jointly developed by Tencent and Peking University, taking account of both high availability in industry and innovation in academia.

With model-centered core design concept, **Angel** partitions parameters of complex models into multiple parameter-server nodes, and implements a variety of machine learning algorithms using efficient model-updating interfaces and functions, as well as flexible consistency model for synchronization.

**Angel** is developed with **Java** and **Scala**. It supports running on **Yarn**. With **PS Service** abstraction, it supports **Spark on Angel**. Graph computing and deep learning frameworks support is under development and with be released in the future.
**Angel** is developed with **Java** and **Scala**. It supports running on **Yarn**. With **PS Service** abstraction, it supports **Spark on Angel**. Graph computing and deep learning frameworks support is under development and with be released in the future.

We welcome everyone interested in machine learning to contribute code, create issues or pull requests. Please refer to [Angel Contribution Guide](https://github.com/Tencent/angel/blob/master/CONTRIBUTING.md) for more detail.
We welcome everyone interested in machine learning to contribute code, create issues or pull requests. Please refer to [Angel Contribution Guide](https://github.com/Tencent/angel/blob/master/CONTRIBUTING.md) for more detail.

## Introduction to Angel

Expand Down Expand Up @@ -65,4 +65,3 @@ We welcome everyone interested in machine learning to contribute code, create is
2. Jiawei Jiang, Bin Cui, Ce Zhang, Lele Yu. [Heterogeneity-aware Distributed Parameter Servers](http://net.pku.edu.cn/~cuibin/Papers/2017%20sigmod.pdf). SIGMOD, 2017
3. Jie Jiang, Lele Yu, Jiawei Jiang, Yuhong Liu and Bin Cui. [Angel: a new large-scale machine learning system](http://net.pku.edu.cn/~cuibin/Papers/2017NSRangel.pdf). National Science Review (NSR), 2017
4. Jie Jiang, Jiawei Jiang, Bin Cui and Ce Zhang. [TencentBoost: A Gradient Boosting Tree System with Parameter Server](http://net.pku.edu.cn/~cuibin/Papers/2017%20ICDE%20boost.pdf). ICDE, 2017

Loading

0 comments on commit 723d577

Please sign in to comment.