Skip to content

Commit 19962ee

Browse files
committed
Update README in Tutorials, add README in FunctionalAPI
1 parent 1ec8721 commit 19962ee

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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+

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
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)