keras/docs
2015-05-10 16:35:19 +03:00
..
sources Add L1-L2 (ElasticNet) regularization 2015-05-10 16:35:19 +03:00
mkdocs.yml Add new pages to doc index 2015-05-04 09:09:12 -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