Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 자료구조
- 머신러닝
- 3d
- pytorch
- CV
- algorithm
- 딥러닝
- dl
- cs
- Python
- web
- Torch
- Meta Learning
- ML
- FGVC
- nerf
- PRML
- Depth estimation
- Vision
- 알고리즘
- GAN
- classification
- clean code
- math
- nlp
- SSL
- computervision
- Front
- REACT
- FineGrained
- Today
- Total
목록Contrastive Learning (1)
KalelPark's LAB
[Self Supervised Learning] Contrastive Learning이란?
Contrastive Learning이란? Contrastive Learning이란? 입력 샘플 간의 비교를 통하여, 학습을 하는 것으로 볼 수 있다. Contrastive Representation Learning이라고도 부르며, Self Supervised learning에 사용되는 접근법 중 하나라고 볼 수 있습니다. 그러므로, 데이터 구축 비용이 들지 않음과 동시에, 학습 과정에 있어서 용이하다는 이점이 존재합니다. 이러한 데이터 구축 비용 이외 에도 label이 없기 때문에, 보다 일반적인 feature representation 과 새로운 class가 들어와도 대응이 가능하다는 장점이 있습니다. Representation Learning Representation Learning에는 2가지 측..
Data Science/Self Supervised Learning
2023. 1. 19. 15:01