본문 바로가기
DeepLearning/용어정리

Unsupervised, Semi-supervised, weakly supervised self-supervised learning

by Wanda 2022. 2. 20.

* unsupervised : input 데이터만 있고 label이 없다

- semi-supervised : 일부 데이터만 label이 있다

- weakly-supervised : 예측을 위해 여러 종류의 label이필요한데 일부만 있다

- self-supervised : X에 z의 변형을 취해 X_z를 만들고 X_z로부터 X 혹은 z를 예측한다 

'DeepLearning > 용어정리' 카테고리의 다른 글

FOV(Field of View)  (0) 2022.02.20
RANSAC(Random Sample Consensus)  (0) 2022.02.20
Super Pixel  (0) 2022.02.20
Fine/Coarse Grained classification  (0) 2022.02.20
Loss function, Cost function, Objective-function  (0) 2022.02.20