stas-pavlov / at236x-deep-learning-explained

Workbooks for https://edX.org at236x course

Home Page:https://courses.edx.org/courses/course-v1:Microsoft+DAT236x+2T2017/info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homeworks and other stuff for AT236x Deep Learning Explained from edX

*.py files preared to use with Visual Studio Code with Jupyter and Python extentions installed

load-MNIST.py -- download MNIST data and convert to CNTK ready formats (CTF) at data/MNIST/

logistic-regression.py -- use CNTK to train and validate model on the prepared MNIST data

multi-layer-perceptron.py -- use CNTK to train and validated model for multi layer perceptron on MNIST data and evalute 28x28 MysteryNumberD.bmp image

About

Workbooks for https://edX.org at236x course

https://courses.edx.org/courses/course-v1:Microsoft+DAT236x+2T2017/info

License:MIT License


Languages

Language:Jupyter Notebook 89.5%Language:Python 10.5%