Implement and train a deep model on a MNIST image classification task.
Details: Assignment 1
- Download the raw MNIST files from
Yann LeCun’s website - Unzip the data files.
- Copy the files in to
course_intro-to-dl/data/MNIST - Download the
coversion.pyscript. - Run
python conversions.py -c -n
Multi-layer perceptron
Accuracy: 89.2188%
Basic Visualization on a MNIST image classification task.
Details: Assignment 2
- Follow this to
import data into google colaboratory
- Setup
tensorboard in google colab.
Create a model for the MNIST dataset using convolutional neural networks (CNN).
Details: Assignment 3
- Download the raw MNIST files from
Yann LeCun’s website - Download the raw Fashion-MNIST files from
Fashion-MNIST - Unzip the data files.
- Copy the files in to
course_intro-to-dl/data/MNIST - Download the
coversion.pyscript. - Run
python conversions.py -c -n
Convolutional Neural Networks
MNIST Accuracy: 97.3600%
Fashion MNIST Accuracy: 83.1400%
Using Estimator for
Details: Assignment 4
- Download the raw MNIST files from
Yann LeCun’s website - Unzip the data files.
- Copy the files in to
course_intro-to-dl/data/MNIST - Download the
coversion.pyscript. - Run
python conversions.py -c -n
Convolutional Neural Networks