Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
Fix subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeri Hermans committed Nov 15, 2016
1 parent 5c03658 commit 6c5d5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ AEASGD(keras_model, worker_optimizer, loss, num_workers=2, batch_size=32,
rho=5.0, learning_rate=0.01)
```

## Asynchronous EAMSGD
### Asynchronous EAMSGD

Asynchronous EAMSGD is a variant of asynchronous EASGD. It is based on the Nesterov's momentum scheme, where the update of the local worker is modified to incorepare a momentum term.

Expand Down

0 comments on commit 6c5d5a4

Please sign in to comment.