keras/docs
Kashif Rasul eeb56b9e22 updated adam solver
Updated adam solver to v8 of paper. The kappa (lambda) parameter has no
practical use and has been removed.

Fixed the calculations for beta_1_t and beta_2_t where also wrong.
2015-07-28 20:06:21 +02:00
..
sources updated adam solver 2015-07-28 20:06:21 +02:00
mkdocs.yml Remove dot utils doc 2015-07-22 10:33:39 +09:00
README.md Add MkDocs documentation skeleton (spooky!). 2015-04-05 17:01:04 -07:00

Keras Documentation

The source for Keras documentation is in this directory under sources/. Our documentation uses extended Markdown, as implemented by MkDocs.

Building the documentation

  • install MkDocs: sudo pip install mkdocs
  • cd to the docs/ folder and run: mkdocs serve