일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Attention
- BERT
- LSTM
- stemming
- Generative model
- RNN
- Clustering
- textmining
- NMF
- Support Vector Machine
- TFX
- SOMs
- Python
- Ann
- cross domain
- 경사하강법
- Logistic Regression
- tensorflow
- nlp
- gaze estimation
- 군집화
- AI 윤리
- VGGNet
- Transfer Learning
- NER
- MLOps
- ResNet
- Binary classification
- 자기조직화지도
- Gradient Descent
- Today
- Total
목록Generative model (2)
juooo1117

Boltzmann MachineWhat makes the Boltzmann Machine stand out?Botlzmann machine has connections too but it does not operate in a direction → 볼츠만 머신은 undirected model 이다.아래 그림에서 볼 수 있듯이, the connections of the Boltzmann Machine has no arrows → so it operates on a random directionouput layer가 따로없고 모든것은 연결되어 있으며 방향성은 존재하지 않는다.Generative Model이다. ⇒ Deterministic Model들이 타겟과 가설 간의 차이를 줄여서 오차를 줄이는 것이 목표..
AbstractAdversarial(적대적인) process를 이용한 Generative models 이며, 동시에 두가지 모델을 학습시킨다.Generative model: captures the data distribution (데이터의 분포를 수집하는 역할)Discriminative model: estimates the probability that a sample came form the training data rather than G (샘플이 G모델이 아닌 훈련데이터로부터 나올 확률을 추정)Generative model 은 Discriminative model 이 실수를 만드는 확률을 최대화 하도록 학습되며, 이 프레임워크는 minmax two-player game 에 부합한다. 임의의 함수 G..