keras/docs
2015-06-22 11:39:22 -07:00
..
sources Revert loss weighting 2015-06-22 11:39:22 -07:00
mkdocs.yml Remove duplicate link to Initializations in docs 2015-06-12 15:48:37 +02: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