Presentation and demo materials presented on 27th April 2017 in Sydney Python User Group (SyPy)
Please go to the CNTK documentation for instruction on how to setup in your machine.
This is a two part operation. Getting the data first and then running the training.
You only need to do this once. MNIST data is downloaded, converted into CNTK Text Format and saved for later use. Go into the /datasets/MNIST
directory and run
python install_mnist.py
From the root directory, run
python mnist.py
Note: This code is tested in python 3.4. If you are using python 2.x, please add some futuristic imports wherever necessary.
Probably the richest resource right now is the wiki.