Skip to content

Files

Latest commit

086073e · Apr 23, 2018

History

History
This branch is 201 commits behind microsoft/CNTK:master.

Tutorials

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 10, 2017
Jun 7, 2017
Jun 7, 2017
Nov 10, 2017
Jun 7, 2017
Apr 17, 2018
Apr 17, 2018
Sep 7, 2017
Apr 17, 2018
Apr 17, 2018
Apr 17, 2018
Nov 10, 2017
Nov 10, 2017
Nov 10, 2017
Nov 10, 2017
Nov 10, 2017
Sep 7, 2017
Feb 14, 2018
Apr 17, 2018
Jan 23, 2018
Apr 17, 2018
Sep 7, 2017
Jan 15, 2018
Jan 15, 2018
Jan 15, 2018
Nov 10, 2017
Apr 17, 2018
Nov 10, 2017
Nov 10, 2017
Nov 22, 2017
Apr 23, 2018
Apr 17, 2018
Jun 29, 2017

Tutorials

In this folder you find several tutorials both for the CNTK Python API, the Python Functional API, and for BrainScript.

Python

The Python Jupyter notebooks in this folder cover a range of different application including 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.

Functional API (still Python)

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.

BrainScript

There are four detailed tutorials on how to use CNTK with BrainScript. A step-by-step walk through for each of these is provided in the documentation.

  • Hello World - Logistic Regression (Details)
  • Image Hands On (Details)
  • SLU (Language Understanding) Hands On (Details)
  • Object detection using Fast R-CNN (Code, Details)