CNTK/Examples
Project Philly 6882490d6f Integrate zhouwang/evalsdk2 into master 2016-09-05 07:21:00 -07:00
..
Evaluation fix bug 2016-09-02 18:19:25 +02:00
Image Deterministic test (mkl flags, omp thread set to 1), updated baselines 2016-09-01 09:36:24 +02:00
Other fix comment 2016-08-29 15:02:09 +02:00
SequenceToSequence CNTK v2 library: Fix linux build issues 2016-08-31 10:02:56 -07:00
Speech Fixes for X.cntk -> X_ndl_deprecated.cntk config name changes 2016-08-30 14:21:11 +02:00
Text changed some more baselines from ErrorPrediction to ClassificationError 2016-08-22 13:27:40 -07:00
Tutorial changed some more baselines from ErrorPrediction to ClassificationError 2016-08-22 13:27:40 -07:00
README.md Added examples as e2e tests 2016-01-30 11:56:48 -08:00

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