Notice
Recent Posts
Recent Comments
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 | 29 | 30 |
Tags
- deque
- machinelearning
- rnn
- 부스트캠프
- Django
- Linear Regression
- Deeplearning
- 코테
- transformer
- LeetCode
- 머신러닝
- 파이썬
- 코딩테스트
- Linear Model
- NLP
- BFS
- Python
- Programmers
- GPT
- prompt engineering
- LLM
- 일기
- gradient descent
- 알고리즘
- ChatGPT
- dl
- 프롬프트
- 프로그래머스
- attention
- 기계학습
Archives
- Today
- Total
목록Generative Models (1)
크크루쿠쿠

Generative Models Part 1 Introduction What I cannot create I do not understand. generative model을 알게 된다면 단순 이미지 생성이 아닌 다양한 일이 가능해진다. What does it mean to learn a generative model? GAN 뿐만이 아닌 다양한 분야 ex) 강아지의 이미지가 주어진다. -> 강아지를 sampling 하는 model. Generation: train data에 있는것이 아닌 다른것 생성. Density estimation: 어떤 image가 주어졌을때 그 image가 dog 같은지 구분. (anomaly detection) classification과 비슷. - explicit model..
DeepLearning/부스트캠프 AI Tech
2021. 8. 13. 11:24