Using CNTK to create a multi-layer neural network to classify MNIST dataset.
This code is adapted from the CNTK tutorials:
- https://github.com/Microsoft/CNTK/blob/v2.0/Tutorials/CNTK_103A_MNIST_DataLoader.ipynb
- https://github.com/Microsoft/CNTK/blob/v2.0/Tutorials/CNTK_103C_MNIST_MultiLayerPerceptron.ipynb
To execute the code:
$az ml experiment submit -c docker ./cntk_mnist.py