CNTK/Examples
unknown 249989b95f Merge branch 'master' into qiwye/asgd-dev
# Conflicts:
#	CNTK.sln
#	Makefile
2016-11-10 16:50:46 +08:00
..
Evaluation add CPPEvalExtendedClient to examples 2016-11-09 13:17:12 +01:00
Image Merge branch 'master' into qiwye/asgd-dev 2016-11-10 16:50:46 +08:00
Other fix comment 2016-08-29 15:02:09 +02:00
SequenceToSequence one more fix to the data file 2016-09-22 18:11:10 +02:00
Speech Update README.md 2016-10-22 13:23:23 -07:00
Text fix ATIS example: change data to Data, not using 1-bit-SGD by default. 2016-11-09 13:16:32 +01:00
Tutorials Move { -> Examples/}Tutorials, Examples/{Tutorial -> Tutorials/LogisticRegressionAndMultiClass} 2016-10-21 10:42:20 +02:00
README.md Update image folder. 2016-10-05 13:55:07 -07: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/GettingStarted Image data (MNIST handwritten digit recognition) CNN
Text/PennTreebank Text data (penn treebank) RNN