일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- assignment1
- RNN
- Generative Models
- computer vision
- 밑바닥부터 시작하는 딥러닝
- Machine Learning
- Transformer
- Regularization
- DFS
- Alexnet
- Baekjoon
- cs231n
- mask r-cnn
- deep learning
- Python
- assignment2
- Algorithm
- marchine learning
- SQLD
- do it! 알고리즘 코딩테스트: c++편
- CNN
- Optimization
- Adam
- dropout
- 딥러닝
- BFS
- 밑바닥부터 시작하는 딥러닝2
- C++
- Multi-Head Attention
- CPP
- Today
- Total
목록2025/06/04 (2)
newhaneul

본 포스팅은 서울대학교 이준석 교수님의 M3224.000100 Machine Learning for Visual Understanding을 수강하고 공부한 내용을 정리하기 위한 포스팅입니다. https://www.youtube.com/watch?v=dm2MCZ1QNH0&list=PL0E_1UqNACXBhqjwBzFQ88YXWotXrKRG-&index=10 1. Video Understanding Video classification은 입력으로 주어진 video clip에 대해 그 내용이 무엇인지 label을 예측하는 컴퓨터 비전 task를 말한다. image classification과는 다르게 여러 pixel들에 담겨있는 action을 바탕으로 label을 분류한다. query가 입력으로 주어지면 이..

본 포스팅은 Stanford University School of Engineering의 CS231n: Convolutional Neural Networks for Visual Recognition을 수강하고 공부한 내용을 정리하기 위한 포스팅입니다.https://github.com/cs231n/cs231n.github.io/blob/master/assignments/2025/assignment3.md cs231n.github.io/assignments/2025/assignment3.md at master · cs231n/cs231n.github.ioPublic facing notes page. Contribute to cs231n/cs231n.github.io development by creatin..