This repository contains my solutions to the assignments of the CS231n course offered by Stanford University (Spring 2025).
Find course notes and assignments here and be sure to check out the video lectures for Spring 2017
any questions please email to newhaneul1234@gmail.com
My assignment solutions for CS231n
- Q1: K-Nearest Neighbor classifier (Done)
- Q2: Implement a Softmax classifier (Done)
- Q3: Two-Layer Neural Network (Done)
- Q4: Higher Level Representations: Image Features (Done)
- Q5: Training a fully connected network (Done)