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 |