DEPARTMENT OF COMPUTING

Course Home | Syllabus | Assignments | Schedule | Notes | Downloads | [print]

CS 4320: Machine Learning

Assignment: Neural Network Classification of Images

In this assignment you will explore the use of convolution neural networks and other neural network architectures to classify images. The data set, Typeface MNIST, is a collection of grayscale images of the digits 0-9 rendered with 2,990 different fonts. The classifier will be judged on its accuracy in predicting the digit from the image.

This is an exploratory assignment. You are required to train many different network architectures on this data set, and compare the resulting accuracy of the trained network with the structure of the network.

Required Steps

Last Updated 03/28/2023