일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Unreal Engine
- ddpm
- RNN
- ue5.4
- multimodal
- 딥러닝
- dl
- Stat110
- deep learning
- 오블완
- Diffusion
- 언리얼엔진
- motion matching
- CNN
- WinAPI
- Generative Model
- 폰트생성
- cv
- 모션매칭
- 디퓨전모델
- BERT
- NLP
- Few-shot generation
- Font Generation
- UE5
- GAN
- animation retargeting
- 생성모델
- userwidget
- WBP
Archives
- Today
- Total
Deeper Learning
Full Stack Deep Learning - Lecture 1 ~ 3 본문
개괄적인 정리 for 그룹스터디 발표
Lecture 2.A
Convolutional Networks
Fc layer를 사용하지 않는 이유
- 연산량
- image가 움직였을 때 모든 input의 위치가 변함 ( translation variant )
filter math
- W' = floor((W-F+2P) / S + 1)
- half padding == same padding
- full padding: 3x3 filter 기준 (2,2) padding, image가 1 pixel이라도 kernel에 포함되도록 하는 최대 패딩
- (3,3) padding을 할 경우 kernel이 padding으로만 이루어진 영역을 계산함. (의미 없음)
Transposed convolution
- Upsampling을 위한 기법
- conv는 spatial size가 줄어든다 (width, height)=
- Decoder 구조에서 사용






















Reference
[1] Full Stack Deep Learning 2021, https://www.youtube.com/watch?v=lOYT3-UbUvw&list=PL1T8fO7ArWlcWg04OgNiJy91PywMKT2lv&index=9
'AI > Deep Learning' 카테고리의 다른 글
Attention is all you need: Transformer (0) | 2021.10.10 |
---|---|
ELMo (Embeddings from Language Model) (0) | 2021.10.08 |
Universal Approximation Theorem (0) | 2021.10.02 |
DG-Font: Deformable Generative Networks for Unsupervised Font Generation (0) | 2021.09.25 |
Deformable Convolutional Networks (0) | 2021.09.25 |
Comments