Skip to content

Commit ade8bc0

Browse files
n17smahilleb-msft
authored andcommitted
Squashed commit of the following:
commit 4307458 Author: Nikos Karampatziakis <[email protected]> Date: Wed May 31 09:45:50 2017 -0700 explicitly mention Python in the Functional API commit 899da9f Author: Nikos Karampatziakis <[email protected]> Date: Wed May 31 09:43:46 2017 -0700 Tutorial README tweaks commit 19962ee Author: Nikos Karampatziakis <[email protected]> Date: Wed May 31 09:32:48 2017 -0700 Update README in Tutorials, add README in FunctionalAPI
1 parent bccd563 commit ade8bc0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: Tutorials/FunctionalAPI/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Functional API Tutorials
2+
3+
This folder is the staging area for Tutorials written using the Python Functional API.
4+
The plan is to have each Tutorial in the parent folder translated to a more succinct style in this folder.
5+
All Tutorials here are fully tested, same as the Tutorials in the parent folder.
6+

Diff for: Tutorials/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tutorials
22

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

55
## Python
66

@@ -9,6 +9,13 @@ image classification, language understanding, reinforcement learning and others.
99
Additionally, the folder NumpyInterop contains a simple example of how to use
1010
numpy arrays as input for CNTK training and evaluation.
1111

12+
### Functional API (still Python)
13+
14+
The FunctionalAPI folder is the staging area for Tutorials written using the Python Functional API.
15+
The plan is to have each Tutorial in this folder translated to a more succinct style in the FunctionalAPI folder.
16+
All FunctionalAPI Tutorials are fully tested, same as the Tutorials here.
17+
18+
1219
## BrainScript
1320

1421
There are four detailed tutorials on how to use CNTK with BrainScript.

0 commit comments

Comments
 (0)