CNTK/Examples
Cha Zhang d6b6cf06b0 Update path to CIFAR-10. 2016-10-05 08:56:18 -07:00
..
Evaluation Copy all changes from chazhang/image_examples to this new branch for master integration. 2016-10-04 12:00:24 -07:00
Image Update path to CIFAR-10. 2016-10-05 08:56:18 -07:00
Other
SequenceToSequence one more fix to the data file 2016-09-22 18:11:10 +02:00
Speech Fix path differing only in case. Fix hard tabs. 2016-09-19 09:13:31 +02:00
Text Tools/check-git-head.sh: run basic checks against Git HEAD 2016-09-19 09:13:31 +02:00
Tutorial
README.md

README.md

CNTK Examples

This folder contains demos and examples to get started with CNTK. The examples are structured by topic into Image, Speech, Text and Other. The individual folders contain on the first level at least one self-contained example, which cover different types of networks including FF, CNN, RNN and LSTM. Further examples for each category are provided in the corresponding Miscellaneous subfolder. Each folder contains a Readme file that explains how to run the example on Windows and Linux. How to run the examples on Philly (https://philly) is explained in the Philly portal wiki (Philly is an internal GPU cluster for Microsoft production runs).

The examples shown in the table below provide a good introduction to CNTK. Please refer to the Readme file in the corresponding folder for further details.

Folder Domain Network types
Other/Simple2d Synthetic 2d data FF (CPU and GPU)
Speech/AN4 Speech data (CMU AN4) FF and LSTM
Image/MNIST Image data (MNIST handwritten digit recognition) CNN
Text/PennTreebank Text data (penn treebank) RNN