keras/docs
João Felipe Santos 27edefe48c Updated documentation of Merge layer
Added 'mul' mode documentation to Merge.
2015-09-08 10:50:11 -04:00
..
sources Updated documentation of Merge layer 2015-09-08 10:50:11 -04:00
mkdocs.yml Add Keras FAQ 2015-09-07 17:11:38 -07: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