Skip to content

My solution to assignments in Stanford CS231n: Convolutional Neural Networks for Visual Recognition (Spring 2018)

License

Notifications You must be signed in to change notification settings

weiqiao/cs231n_hws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS231n: Convolutional Neural Networks for Visual Recognition (Spring 2018)

My solution to assignments in Stanford CS231n: Convolutional Neural Networks for Visual Recognition (Spring 2018).

I would like to express my sincere gratitude and appreciation to all instructors and teaching assistants in CS231n for creating this wonderful course and making it freely available. Thanks for the fantastic video lectures given by Justin Johnson, Serena Yeung and Fei-Fei Li (Spring 2017)!

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

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

Assignment 2: Fully-Connected Nets, Batch Normalization, Dropout, Convolutional Nets

Assignment 3: Image Captioning with Vanilla RNNs, Image Captioning with LSTMs, Network Visualization, Style Transfer, Generative Adversarial Networks

About

My solution to assignments in Stanford CS231n: Convolutional Neural Networks for Visual Recognition (Spring 2018)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.4%
  • Python 1.6%