Simple examples demonstrating techniques of deep learning model manipulation.
mnist-nn.py
: 3-layer neural network as digit recognizer (MNIST).mnist-nn-gpu.py
: mnist-nn with GPU computing.mnist-nn-data-parallelism.py
: mnist-nn with data parallelism (MPI and GPU).
Please refer to .
src/dataset/*
are dataset retrivers copied from Keras.