From ade8bc05d30e61160da729aee078e22f8bd4fced Mon Sep 17 00:00:00 2001 From: Nikos Karampatziakis Date: Wed, 31 May 2017 18:58:24 +0200 Subject: [PATCH] Squashed commit of the following: commit 43074588dc47e56d44b60a1fd7ebfb6041b4731f Author: Nikos Karampatziakis Date: Wed May 31 09:45:50 2017 -0700 explicitly mention Python in the Functional API commit 899da9fbb977e44882bd6e816a51713ffcb95f3a Author: Nikos Karampatziakis Date: Wed May 31 09:43:46 2017 -0700 Tutorial README tweaks commit 19962ee701ee4770f8f1a95e37c528809a271a7e Author: Nikos Karampatziakis Date: Wed May 31 09:32:48 2017 -0700 Update README in Tutorials, add README in FunctionalAPI --- Tutorials/FunctionalAPI/README.md | 6 ++++++ Tutorials/README.md | 9 ++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Tutorials/FunctionalAPI/README.md diff --git a/Tutorials/FunctionalAPI/README.md b/Tutorials/FunctionalAPI/README.md new file mode 100644 index 000000000000..e8fcea2beca9 --- /dev/null +++ b/Tutorials/FunctionalAPI/README.md @@ -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. + diff --git a/Tutorials/README.md b/Tutorials/README.md index 5950b0d5f904..ede595ac82b9 100644 --- a/Tutorials/README.md +++ b/Tutorials/README.md @@ -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 @@ -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.