Automatic differentiation deep neural network framework.
python >= 3.5.
Please upgrade pip before installing.
$ pip install -U pip setuptools
There are two ways to install.
- git clone & install
$ git clone https://github.com/ruimashita/dnn.git
$ cd dnn
$ pip install .
- install from github
$ pip install git+https://github.com/ruimashita/dnn.git
$ python examples/mnist_softmax.py
$ python examples/iris_mlp.py
$ docker-compose -p dnn build test
$ docker-compose -p dnn run --rm test
API Docs: https://dnn.netlify.com/
$ docker-compose -p dnn build build-docs
$ docker-compose -p dnn run --rm build-docs
$ docker-compose -p dnn run --rm build-docs sphinx-apidoc -f -o ./ ../../dnn/