Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gaussic/keras-en-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keras Documentation

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

Building the documentation

  • Install MkDocs: pip install mkdocs
  • pip install -e . to make sure that Python will import your modified version of Keras.
  • From the root directory, cd into the docs/ folder and run:
    • KERAS_BACKEND=tensorflow python autogen.py
    • mkdocs serve # Starts a local webserver: localhost:8000
    • mkdocs build # Builds a static site in site/ directory

About

English backup of Keras document

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published