| 분류 | 생성모델링 (Generative Modeling) | 판별모델링 (Discriminative Modeling) |
|---|---|---|
| 목표 | 없던 데이터를 생성해내는 것 | 입력받은 데이터를 어떤 기준에 대해 판별하는 것 |




Fashion MNIST : tf.keras의 datasets 중에 하나
y_train, y_test 데이터를 쓰지 않음GAN(Generative Adversarial Network)

DCGAN(Deep Convolutional GAN)
Conv2D vs Conv2DTranspose




| Convolution | Transposed Convolution |
|---|---|
![]() | ![]() |
![]() | ![]() |
![]() | ![]() |
![]() | ![]() |
![]() | ![]() |
<참고자료>
1. [러닝 텐서플로]Chap07.3 - 텐서플로 추상화와 간소화, Keras
2. Transposed Convolutional Layer 란 무엇입니까?
3. Deep Convolutional GAN
4. Improved Techniques for Training GANs 논문
5. GAN 성능향상 code