eeishaan / ift6135-h02

IFT 6135 - Deep learning homework 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IFT6135H19_assignments

SECOND ASSIGNMENT

data is provided in /data Instructions are at the top of ptb-lm.py

FIRST ASSIGNMENT

MNIST

to download the MNIST dataset with standard train/valid/test splits, do (in cmd line)

pip install academictorrents

python download.py --dataset=mnist --savedir={where-you-want-to-save-the-dataset}

About

IFT 6135 - Deep learning homework 2


Languages

Language:Python 95.4%Language:Jupyter Notebook 4.6%