daQuincy / CIFAR-10-Convolutional-Neural-Network

Supporting materials for workshop, 28th July 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CIFAR-10 Convolutional Neural Network

Supporting code/materials for workshop held on 28th July 2018 at Tunku Abdul Rahman University College.

  train.py: train the CNN on the training set
  test.py: evaluate the performance of the trained CNN on the testing set
  CIFAR_10_CNN.ipynb: details and explanations of the overall model

For the purpose of the workshop, the dataset is pre-processed into .png files, get the original dataset at https://www.cs.toronto.edu/~kriz/cifar.html

About

Supporting materials for workshop, 28th July 2018


Languages

Language:Jupyter Notebook 98.1%Language:Python 1.9%