forked from microsoft/CNTK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapted Readme files wrt new directory structure
- Loading branch information
Showing
18 changed files
with
76 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,20 @@ | ||
# CNTK Demos and Example Setups | ||
# CNTK Examples | ||
|
||
This folder contains a few self-contained demos to get started with CNTK. | ||
The data for the demos is contained in the corresponding Data folders. | ||
Each demo folder has a Readme file that explains how to run it on Windows and Linux. | ||
How to run the demos on Philly (https://phillywebportal.azurewebsites.net/index.aspx) is | ||
explained in the Philly portal wiki (Philly is an internal GPU cluster for Microsoft production runs). | ||
The demos cover different domains such as Speech and Text classification | ||
and show different types of networks including FF, CNN RNN and LSTM. | ||
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 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). | ||
|
||
Further examples are provided in the folder 'ExampleSetups'. | ||
A popular example is the MNIST handwritten digits classification task. | ||
You can find this example in 'ExampleSetups/Images/MNIST'. | ||
The examples in 'ExampleSetups' might require downloading data which in some cases is not free of charge. | ||
See individual folders for more information. | ||
|
||
The four examples shown in the table below provide a good introduction to CNTK. | ||
Additional more complex examples can be found in the 'ExampleSetups' folder. | ||
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 | | ||
|:------------------------|:-------------------------------------------------|:----------------| | ||
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 | ||
|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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters