CNTK/ExampleSetups
Philipp Kranen 7bc03002af Initial demo sample structure and content
and addressed CR comments
2015-12-05 20:18:18 +01:00
..
ASR Initial demo sample structure and content 2015-12-05 20:18:18 +01:00
G2P update g2p bidirectional setup 2015-07-16 07:36:34 -07:00
Image Initial demo sample structure and content 2015-12-05 20:18:18 +01:00
LM updated 'tag=' expressions in tests (and also sample and book) to be spelled with double quotation marks (e.g. tag="output"); 2015-11-27 22:00:53 -08:00
NdlExamples Initial demo sample structure and content 2015-12-05 20:18:18 +01:00
News News setup update 2015-07-08 00:04:25 -07:00
SLU change CNTK book author list to include additional contributors and sort in alphabetical order. 2015-12-04 17:54:44 -08:00
Readme.md Initial demo sample structure and content 2015-12-05 20:18:18 +01:00

Readme.md

CNTK Demos and Example Setups

This folder contains examples that correspond to popular data sets and tasks. These data sets often require a license and are therefore not included in the repository. The 'Demos' folder contains a few self-contained and documented demos to get started with CNTK.

The four examples shown in the table below provide a good introduction to CNTK.

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