.. NumpyDL documentation master file, created by sphinx-quickstart on Mon Apr 10 13:33:52 2017. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to NumpyDL ================== NumpyDL is a simple deep learning library based on pure Python/Numpy. NumpyDL is a work in progress, input is welcome. The available documentation is limited for now. The project is on `GitHub `_. User Guide ---------- The NumpyDL user guide explains how to install NumpyDL, how to build and train neural networks using NumpyDL, and how to contribute to the library as a developer. .. toctree:: :maxdepth: 2 :caption: Contents: user_guide/installation API Reference ------------- If you are looking for information on a specific function, class or method, this part of the documentation is for you. .. toctree:: :maxdepth: 2 :caption: Contents: api_reference/activation api_reference/initialization Examples -------- This part provides examples for building deep neural networks. .. toctree:: :maxdepth: 2 :caption: Contents: Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`