강의복습
1. Image classification 1
더보기
1) Course overview
2) Image classification
- k Nearest Neighbors(k-NN)
- Convolutional Neural Netwoks(CNN)
3) CNN architectures for image classification 1
- AlexNet
- VGGNet
- GoogLeNet
- ResNet
- DenseNet, SENet, EfficientNet
2. Annotation data efficient learning
더보기
1) Data augmentation
- Brightness adjustment
- Rotate, flip
- Crop
- Affine transformation
- CutMix
2) Leveraging pre-trained information
- Transfer Learning: 데이터셋이 적을 때 효과적
- Knowledge distillation: Passing what model learned to another smaller model(Teacher-student learning)
3) Leveraging unlabeled dataset for training
- Semi-supervised learning
- Self-training
코멘트
오늘 강의 내용은 3주차에 배웠던 내용을 조금 더 자세하게 다루는 느낌이었다.
'부스트캠프 AI Tech 1기 [T1209 최보미] > U stage' 카테고리의 다른 글
Day33 학습정리 - CV3 (0) | 2021.03.10 |
---|---|
Day32 학습정리 - CV2 (0) | 2021.03.09 |
Day30 학습정리 - AI + ML과 Quant Trading & AI Ethics (0) | 2021.03.05 |
Day29 학습정리 - NLP를 위한 언어 모델의 학습, 평가 & AI와 저작권법 (0) | 2021.03.04 |
Day28 학습정리 - 캐글 경진대회 노하우 & Full Stack ML Engineer (0) | 2021.03.03 |