CS 5043: HW4: Convolutional Neural Networks

Assignment notes:

Data Set

The Core50 data set is a large database of videos of objects as they are being moved/rotated under a variety of different lighting and background conditions. Our task is to classify the object being shown in a single frame of one of these videos.

Data Organization


Prediction Problem

We will focus on the distinction between mugs and cans, for which we only have five distinct example objects (though, for each, we have many different perspectives and conditions). Our goal is to construct a model that will be generally applicable: ideally, it will be able to distinguish any mug from any can. However, given the small number of objects, this is a challenge.


Architecture

You will create a convolutional neural network to distinguish the mugs and cans.

Here is my current state:

Since we are at the limits of data, it is important to take steps to address the overfitting problem. Here are the key tools hat you have:


Hints / Notes


What to Hand In

Hand in your notebook containing all of your code + the PDF export of this notebook. This notebook must include:

It is fine if you want to hand in separate notebooks for the primary and bonus problems.

Evaluation


andrewhfagg -- gmail.com

Last modified: Thu Mar 7 13:51:44 2019