일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- RNN
- computer vision
- C++
- do it! 알고리즘 코딩테스트: c++편
- Generative Models
- Baekjoon
- assignment2
- Adam
- Algorithm
- 밑바닥부터 시작하는 딥러닝
- 밑바닥부터 시작하는 딥러닝2
- Machine Learning
- DFS
- deep learning
- CPP
- Transformer
- Python
- Multi-Head Attention
- Optimization
- mask r-cnn
- dropout
- BFS
- Regularization
- CNN
- cs231n
- Alexnet
- assignment1
- 딥러닝
- marchine learning
- SQLD
- Today
- Total
목록Optimization (4)
newhaneul

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

본 포스팅은 Stanford University School of Engineering의 CS231n: Convolutional Neural Networks for Visual Recognition을 수강하고 공부한 내용을 정리하기 위한 포스팅입니다.https://youtu.be/_JB0AO7QxSA?si=pcEV42NFuWF9os6U https://github.com/cs231n/cs231n.github.io GitHub - cs231n/cs231n.github.io: Public facing notes pagePublic facing notes page. Contribute to cs231n/cs231n.github.io development by creating an account on GitHu..

본 포스팅은 Stanford University School of Engineering의 CS231n: Convolutional Neural Networks for Visual Recognition을 수강하고 공부한 내용을 정리하기 위한 포스팅입니다.https://youtu.be/h7iBpEHGVNc?si=kJoPIdD7yH-Yi-zk https://github.com/cs231n/cs231n.github.io GitHub - cs231n/cs231n.github.io: Public facing notes pagePublic facing notes page. Contribute to cs231n/cs231n.github.io development by creating an account on GitH..

본 포스팅은 서울대학교 이준석 교수님의 M3239.005300 Machine Learning & Deep Learning 1을 수강하고 공부한 내용을 정리하기 위한 포스팅입니다.이준석 교수님에게 강의 자료 사용에 대한 허락을 받았음을 알립니다.https://youtu.be/IIBCt_g2EW0?si=zdzNoKvHAQyl-n3J 1. Regularization for Neural Networks Overfitting Machien Learning에서 overfitting을 억제하기 위해 Regularization 중 Ridge regression과 Lasso regularization이 있다고 배웠었다. overfitting은 model이 traning data의 nois한 부분까지 학습하게되어 mo..