├── LICENSE ├── README.md ├── autoenc_mnist.json ├── cnn_mnist.json ├── gan_mnist.json ├── index.html ├── layers.md ├── nnboard_digest.gif └── server.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/al4tech/nnboard/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/al4tech/nnboard/HEAD/README.md -------------------------------------------------------------------------------- /autoenc_mnist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/al4tech/nnboard/HEAD/autoenc_mnist.json -------------------------------------------------------------------------------- /cnn_mnist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/al4tech/nnboard/HEAD/cnn_mnist.json -------------------------------------------------------------------------------- /gan_mnist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/al4tech/nnboard/HEAD/gan_mnist.json -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/al4tech/nnboard/HEAD/index.html -------------------------------------------------------------------------------- /layers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/al4tech/nnboard/HEAD/layers.md -------------------------------------------------------------------------------- /nnboard_digest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/al4tech/nnboard/HEAD/nnboard_digest.gif -------------------------------------------------------------------------------- /server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/al4tech/nnboard/HEAD/server.py --------------------------------------------------------------------------------