Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 679 Bytes

File metadata and controls

13 lines (9 loc) · 679 Bytes

Stanford CS231n: Deep Learning for Computer Vision

Implementation of 3 assignments. These assignments comprehensively include a wide range of deep learning techniques. All files required for assignments can be found on the Course Official Website.

Assignment1:

Starting from kNN, then moving to implementing a neural network from scatch.

Assignment2:

Covering classical techniques and architectures widely useding in modern deep learning. PyTorch tutorial in the course is really useful.

Assignment3:

Frontier deep learning models, including but not limit to transformer, diffusion and self-supervised learning.