Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 3.88 KB

README.md

File metadata and controls

53 lines (38 loc) · 3.88 KB

Introduction

I've been taking Stanford course CS231n: Convolutional Neural Networks for Visual Recognition while studying at GIKI. Here I have gathered my notes and solutions to assignments. The course lectures were recorded in Spring 2017, but the assignments are from Spring 2024.

Notes

I have organized the notes by assignment, including related helpers that were instrumental in solving the assignments. The notes also feature handwritten derivations and hand-drawn diagrams of backpropagation.

Assignment Solutions

Assignment 1

You can get starter code from here

Assignment 2

You can get starter code from here

Assignment 3

You can get starter code from here

Helpful Resources

  • Backpropagation for Batch Normalization
    • Helped solidify my understanding of backpropagation
  • StatQuest
    • Assisted in understanding concepts that were not fully clear from the course lectures
  • ResNet
    • Helped solidfy my understanding of Residual Blocks and how they help in training deeper networks