Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 414 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 414 Bytes

CS231n

My assignment solutions for CS231n: Convolutional Neural Networks for Visual Recognition.

Assignment 1:

  • Q1: k-Nearest Neighbor classifier. (Done)
  • Q2: Training a Support Vector Machine.
  • Q3: Implement a Softmax classifier.
  • Q4: Two-Layer Neural Network.
  • Q5: Higher Level Representations: Image Features.