Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Angel-ML/math2
Browse files Browse the repository at this point in the history
  • Loading branch information
paynie committed Aug 19, 2019
2 parents b6f3623 + a2d29ba commit 6f8b9a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# math2
A math lib optimized for sparse calculation.


```
<dependency>
<groupId>com.tencent.angel</groupId>
<artifactId>angel-math</artifactId>
<version>0.1.0</version>
</dependency>
```

The math lib is a self-developed new subject separated from previous Angel version. Other projects such as mlcore, parameter server and Angel serving are based math lib. The math lib is designed for sparse calculation. The main features of math lib as following:

### 1. Smart rehash
Expand Down

0 comments on commit 6f8b9a4

Please sign in to comment.