Skip to content

Commit

Permalink
test math format
Browse files Browse the repository at this point in the history
  • Loading branch information
shunanzhang committed Nov 23, 2017
1 parent f2bd814 commit 431b335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/algo/admm_lr_on_angel_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For implementation of ADMM on Angel, we use the framework known as ADMM—Split
![](../img/admm_loss_angel_en.png)


The above constrained objective implies that x_i from each data block needs to equal z, thus z belongs to the global model.
The above constrained objective implies that $x_i$ from each data block needs to equal $z$, thus $z$ belongs to the global model.

The implementation steps of ADMM on Angel are:

Expand All @@ -63,7 +63,6 @@ We show the implementation chart below:
* **Global Models**

* z

![](../img/admm_z.png)

* S function
Expand Down

0 comments on commit 431b335

Please sign in to comment.