Skip to content

Michigan EECS 498.008 / 598.008 - Deep Learning for Computer Vision course: homework solutions

Notifications You must be signed in to change notification settings

DoriRimon/Deep_Learning_For_Computer_Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Deep_Learning_For_Computer_Vision

This repository is my solution to the homeworks given in the MICHIGAN EECS 498.008 / 598.008 - Deep Learning for Computer Vision course.

The homework included in the repo:

  1. PyTorch101 & KNN (k-nearest neighbors)
  2. Linear Classifier (SVM loss, SoftMax loss) & Two-Layer NN

Some Results

The learned weights of each class of the CIFAR10 dataset, using an SVM linear classifier:

learned_weights_of_classes_SVM_CIFAR10

Train and Validation accuracies of a two layer NN, for differnet hidden layer sizes (The network architecture is Input-FC-ReLU-FC-SoftMax):

train_val_acc_two_later_nn_CIFAR10

About

Michigan EECS 498.008 / 598.008 - Deep Learning for Computer Vision course: homework solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published