Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 499 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 499 Bytes

Introduction

Contains all of my code that is relevant to Northwestern's MSDS-462 class, Computer Vision

Summary

  • Week 1:
    • Training a CNN (ResNet18) on the Fashion-MNIST benchmarking dataset
  • Week 2:
    • Training DQN to play Mrs. PacMan

Directory

The main contents of this repo are as follows:

project
└─── week1
│   │   fashion-mnist.ipynb 
└─── week2
|   |   DQN (CNN).ipynb