2016-11-10 15:02:35 +03:00
# Tutorials
2017-05-31 19:32:48 +03:00
In this folder you find several tutorials both for the CNTK Python API, the Python Functional API, and for BrainScript.
2016-11-10 15:02:35 +03:00
## Python
2016-11-11 20:12:43 +03:00
The Python Jupyter notebooks in this folder cover a range of different application including
2016-11-10 15:02:35 +03:00
image classification, language understanding, reinforcement learning and others.
Additionally, the folder NumpyInterop contains a simple example of how to use
numpy arrays as input for CNTK training and evaluation.
2017-05-31 19:45:50 +03:00
### Functional API (still Python)
2017-05-31 19:32:48 +03:00
The FunctionalAPI folder is the staging area for Tutorials written using the Python Functional API.
The plan is to have each Tutorial in this folder translated to a more succinct style in the FunctionalAPI folder.
All FunctionalAPI Tutorials are fully tested, same as the Tutorials here.
2016-11-11 20:12:43 +03:00
## BrainScript
2016-11-10 15:02:35 +03:00
2016-11-11 20:12:43 +03:00
There are four detailed tutorials on how to use CNTK with BrainScript.
2017-06-07 16:55:34 +03:00
A step-by-step walk through for each of these is provided in the [documentation ](https://docs.microsoft.com/en-us/cognitive-toolkit/Tutorials ).
2016-11-10 15:02:35 +03:00
2017-06-07 16:55:34 +03:00
* Hello World - Logistic Regression ([Details](https://docs.microsoft.com/en-us/cognitive-toolkit/Tutorials))
* Image Hands On ([Details](https://docs.microsoft.com/en-us/cognitive-toolkit/Hands-On-Labs-Image-Recognition))
* SLU (Language Understanding) Hands On ([Details](https://docs.microsoft.com/en-us/cognitive-toolkit/Hands-On-Labs-Language-Understanding))
2017-06-29 22:24:59 +03:00
* Object detection using Fast R-CNN ([Code](https://github.com/Microsoft/CNTK/tree/master/Examples/Image/Detection/FastRCNN), [Details ](https://docs.microsoft.com/en-us/cognitive-toolkit/Object-Detection-using-Fast-R-CNN ))