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

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeri Hermans committed Oct 10, 2016
1 parent 65eb9ec commit 7b78223
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ cd dist-keras
pip install -e .
```

## Architecture

## Getting Started

After the installation process is complete, you can start exploring the functionality by browsing the examples. We have also prepared a notebook which basically compares the different distributed optimizers with each other. This notebook is located at `examples/experiment.ipynb`. However, other examples are also provided which show you how to use the different distributed optimizers with Apache Spark for distributed pre-processing.

## References

* Zhang, S., Choromanska, A. E., & LeCun, Y. (2015). Deep learning with elastic averaging SGD. In Advances in Neural Information Processing Systems (pp. 685-693).
Expand Down
1 change: 1 addition & 0 deletions docs/optimizers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Optimizers
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ site_url: 'http://dist-keras.joerihermans.com'
# Page definitions.
pages:
- Home: index.md
- Optimizers: optimizers.md
- License: license.md

# Documentation and theme configuration
theme: material
docs_dir: 'docs'
markdown_extensions:
- admonition
extra:
version: '0.1.0'
logo: 'images/logo.png'
palette:
primary: 'grey'
accent: 'light blue'
Expand Down

0 comments on commit 7b78223

Please sign in to comment.