일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 디퓨전모델
- BERT
- NLP
- RNN
- UE5
- WinAPI
- 언리얼엔진
- Unreal Engine
- 오블완
- 생성모델
- 딥러닝
- GAN
- CNN
- Generative Model
- userwidget
- WBP
- 모션매칭
- cv
- animation retargeting
- Few-shot generation
- Font Generation
- 폰트생성
- motion matching
- ddpm
- deep learning
- dl
- multimodal
- ue5.4
- Stat110
- Diffusion
Archives
- Today
- Total
목록Neural Style Transfer (1)
Deeper Learning

Neural Style Transfer 이미지 C와 content가 비슷하고 이미지 S와 style이 비슷한 이미지 G를 만드는 알고리즘 Cost function의 정의는 다음과 같다. hyperparameter α와 β에 의해 content loss, style loss에 weight가 적용된 Cost function Content Cost Function a(C) = input C가 hidden layer를 통과한 activations (1, n_h, n_w, n_c) a(G) = input G가 hidden layer를 통과한 activations (1, n_h, n_w, n_c) (n_h,n_w,n_c) = hidden layer의 output shape ..
AI/Deep Learning
2020. 11. 28. 17:15