일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 파이썬기초100제
- 자연어처리
- SQL
- nlp
- 알고리즘
- stratascratch
- slidingwindow
- 니트코드
- LeetCode
- codeup
- 슬라이딩윈도우
- Python
- Python3
- heap
- 파이썬알고리즘
- sql코테
- 파이썬
- GenAI
- medium
- 생성형AI
- Microsoft
- 코드업
- 리트코드
- GenerativeAI
- 릿코드
- dfs
- gcp
- 구글퀵랩
- 투포인터
- two-pointer
Archives
- Today
- Total
Tech for good
[Google Cloud Skills Boost(Qwiklabs)] Introduction to Generative AI Learning Path - 5. Introduction to Image Generation 본문
IT/Cloud
[Google Cloud Skills Boost(Qwiklabs)] Introduction to Generative AI Learning Path - 5. Introduction to Image Generation
Diana Kang 2023. 9. 4. 21:16https://www.youtube.com/playlist?list=PLIivdWyY5sqIlLF9JHbyiqzZbib9pFt4x
Generative AI Learning Path
https://goo.gle/LearnGenAI
www.youtube.com

- GANs
- One neural network (Generator) -> creates images
- The other neural network (Discriminator) -> predicts if the image is real or fake



- Forward diffusion
- Start with a clean image and add noise iteratively
- Reverse diffusion
- Start with a noisy image and remove noise iteratively

- From the pure noise, we could have a model that will be able to synthesize a novel image.










