CNTK/Tutorials/HelloWorld-LogisticRegression
Wolfgang Manousek 5ecc834722 updating links to old wiki - referencing now the doc site 2017-06-07 15:55:34 +02:00
..
3Classes_bs.cntk Restructuring examples and tutorials 2016-11-14 16:24:45 +01:00
README.md updating links to old wiki - referencing now the doc site 2017-06-07 15:55:34 +02:00
SimpleMapping-3Classes.txt Restructuring examples and tutorials 2016-11-14 16:24:45 +01:00
SimpleMapping.txt Restructuring examples and tutorials 2016-11-14 16:24:45 +01:00
Test-3Classes_cntk_text.txt Restructuring examples and tutorials 2016-11-14 16:24:45 +01:00
Test_cntk_text.txt Restructuring examples and tutorials 2016-11-14 16:24:45 +01:00
Train-3Classes_cntk_text.txt Restructuring examples and tutorials 2016-11-14 16:24:45 +01:00
Train_cntk_text.txt Restructuring examples and tutorials 2016-11-14 16:24:45 +01:00
create_data.py Restructuring examples and tutorials 2016-11-14 16:24:45 +01:00
lr_bs.cntk Restructuring examples and tutorials 2016-11-14 16:24:45 +01:00

README.md

CNTK Tuturial: Logistic regression and multiclass classification

Overview

In this tutorial we will walk through several complete CNTK examples, showing

  • how to describe a network in our network-description language BrainScript;
  • how to set the learning parameters; and
  • how to read in, and write out, data

We will start with a simple implementation of binary classification using the linear model Logistic Regression. From there, we will expand to multiclass classification towards the end of this tutorial.

Tutorial

Please find a detailed tutorial that uses the data and configurations in this folder on out website at https://docs.microsoft.com/en-us/cognitive-toolkit/Tutorials