Skip to content

aaashes1103/DL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CS231n: Deep Learning for Computer Vision

Python PyTorch Status

My solutions and implementations for the Stanford CS231n course assignments. This repository contains implementations of various deep learning models, ranging from basic classifiers to state-of-the-art architectures like Transformers, Diffusion Models, and CLIP/DINO.

๐Ÿ”— Course Website: https://cs231n.stanford.edu/
๐Ÿ”— Assignments: https://cs231n.stanford.edu/assignments.html

๐Ÿ“‚ Content

The assignments are organized as follows, covering the fundamentals of neural networks to advanced generative and self-supervised models.

Assignment 1: Neural Network Fundamentals

  • k-Nearest Neighbor (kNN)
  • Softmax Classifier
  • Two-Layer Neural Network
  • Image Features
  • Fully-Connected Neural Network

Assignment 2: CNNs & RNNs

  • Batch Normalization
  • Dropout
  • Convolutional Neural Networks (CNN)
  • PyTorch on CIFAR-10
  • Image Captioning with Vanilla RNNs

Assignment 3: Transformers & Generative Models

  • Image Captioning with Transformers
  • Self-Supervised Learning
  • DDPM
  • CLIP and DINO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published