tiny_dnn  1.0.0
A header only, dependency-free deep learning framework in C++11
tiny-dnn documentations

A built version of document is available at [http://tiny-dnn.readthedocs.io/en/latest/index.html](here).

Local build

You can build html documents in your local machine if you prefer. Assuming you have python already, install Sphinx and recommonmark at first:

$ pip install sphinx sphinx-autobuild
$ pip install recommonmark

build on Windows

cd docs
make.bat html

build on Linux

cd docs
make html