Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 4307458
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date:   Wed May 31 09:45:50 2017 -0700

    explicitly mention Python in the Functional API

commit 899da9f
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date:   Wed May 31 09:43:46 2017 -0700

    Tutorial README tweaks

commit 19962ee
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date:   Wed May 31 09:32:48 2017 -0700

    Update README in Tutorials, add README in FunctionalAPI
  • Loading branch information
n17s authored and mahilleb-msft committed May 31, 2017
1 parent bccd563 commit ade8bc0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Tutorials/FunctionalAPI/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Functional API Tutorials

This folder is the staging area for Tutorials written using the Python Functional API.
The plan is to have each Tutorial in the parent folder translated to a more succinct style in this folder.
All Tutorials here are fully tested, same as the Tutorials in the parent folder.

9 changes: 8 additions & 1 deletion Tutorials/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tutorials

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

## Python

Expand All @@ -9,6 +9,13 @@ 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.
Expand Down

0 comments on commit ade8bc0

Please sign in to comment.