Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

25SummerStudy(25.07.~25.08.)

Study repository for foundation courses:
Linear Algebra, Probability & Information Theory, Machine Learning & Deep Learning, and Reinforcement Learning.


📘 Linear Algebra

📊 Probability & Information Theory

🤖 Machine Learning & Deep Learning

🎮 Reinforcement Learning


📂 Repository Structure

25SummerStudy/
├─ cs231n/
│ ├─ python_tutorial/ # Python & NumPy tutorial
│ ├─ assignment1/ # 2025 (Original skeleton)
│ ├─ assignment1_colab/ # ✅ COMPLETED - k-NN, Softmax, Two-layer NN, Features, FC Networks
│ ├─ assignment2/ # 2025 (Original skeleton)
│ ├─ assignment2_colab/ # ✅ COMPLETED - BatchNorm, ConvNets, Dropout, PyTorch, RNN Captioning
│ ├─ assignment3/ # 2025 (Original skeleton)
│ └─ assignment3_colab/ # ✅ COMPLETED - Self-supervised Learning, Transformers, DDPM, CLIP/DINO
└─ cs182/
   ├─ cs182_hw1/ # 2022
   ├─ cs182_hw2/ # 2022
   └─ cs182_hw3/ # 2022

🎯 Completed Assignments

CS231n Assignment 1 ✅

  • k-Nearest Neighbor (kNN): Distance calculations, cross-validation
  • Softmax Classifier: Loss function and gradient implementation
  • Two-layer Neural Network: Forward/backward pass, training
  • Image Features: HOG, HSV color histograms
  • Fully Connected Networks: Multi-layer networks with dropout/batch norm

CS231n Assignment 2 ✅

  • Batch Normalization: Forward/backward pass implementation
  • Convolutional Networks: Conv layers, pooling, spatial batch norm
  • Dropout: Inverted dropout implementation
  • PyTorch: Modern deep learning framework usage
  • RNN Captioning: Image captioning with recurrent networks

CS231n Assignment 3 ✅

  • Self-Supervised Learning: SimCLR contrastive learning
  • Transformer Captioning: Attention mechanisms for image captioning
  • DDPM: Denoising Diffusion Probabilistic Models
  • CLIP/DINO: Vision-language models and self-supervised vision

📚 Sources

This repository is for personal study only.
All copyrights belong to the respective course staffs and authors.
This repo contains only my personal notes and exercise solutions.

About

Linear Algebra, Probability & Information Theory, Machine Learning & Deep Learning, and Reinforcement Learning.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages