Skip to content

Commit

Permalink
update paper link for lr
Browse files Browse the repository at this point in the history
  • Loading branch information
zazd committed Feb 18, 2019
1 parent 9c81543 commit 39348ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions federatedml/logistic_regression/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The HomoLR process can be shown as above figure, Party A and Party B has same st
In each iteration, each party train model among their own data. After that, they upload their
encrypted(or not, depends on your configuration) gradient to arbiter. The arbiter will aggregate these gradients to form
a federated gradient with which the parties can update their model. Just like the traditional LR, the fitting stop when
model converge or reach the max iterations. More details is available in this [paper]()
model converge or reach the max iterations. More details is available in this [paper](https://dl.acm.org/citation.cfm?id=3133982)

<div style="text-align:center", align=center>
<img src="./images/HeteroLR.png" alt="samples" width="500" height="250" /><br/>
Expand All @@ -35,4 +35,4 @@ The intersect process will **not** leakage the sample ids between the parties si
the paper for more details.

In the fitting process, party A and party B compute out the elements needed for final gradients. Arbiter aggregate them and compute
out the gradient and then transfer back to each party. Check out the [paper]() for more details.
out the gradient and then transfer back to each party. Check out the [paper](https://arxiv.org/abs/1711.10677) for more details.

0 comments on commit 39348ff

Please sign in to comment.