Skip to content

ajMIT95/Stanford_CNNs_for_Visual_Recognition_Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Stanford_CNNs_for_Visual_Recognition_Labs

Assignment #1: Image Classification, kNN, SVM, Softmax, Neural Network

The goals of this assignment are as follows:

  • understand the basic Image Classification pipeline and the data-driven approach (train/predict stages)
  • understand the train/val/test splits and the use of validation data for hyperparameter tuning.
  • develop proficiency in writing efficient vectorized code with numpy
  • implement and apply a k-Nearest Neighbor (kNN) classifier
  • implement and apply a Multiclass Support Vector Machine (SVM) classifier
  • implement and apply a Softmax classifier
  • implement and apply a Two layer neural network classifier
  • understand the differences and tradeoffs between these classifiers
  • get a basic understanding of performance improvements from using higher-level representations than raw pixels (e.g. color histograms, Histogram of Gradient (HOG) features)

About

Implementation of all CS231n Labs - Spring 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published