일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- keras
- Class activation map
- AI
- Score-CAM
- meta-learning
- 설명가능한
- GAN
- 딥러닝
- SmoothGrad
- cs231n
- 메타러닝
- Unsupervised learning
- grad-cam
- Interpretability
- xai
- 설명가능한 인공지능
- Explainable AI
- 머신러닝
- python
- 인공지능
- Artificial Intelligence
- 시계열 분석
- 코딩테스트
- Cam
- 백준
- Deep learning
- 코딩 테스트
- 기계학습
- Machine Learning
- coding test
Archives
- Today
- Total
목록이미지생성 (1)
iMTE
Conditional GAN
Conditional GAN source: https://github.com/eriklindernoren/Keras-GAN/blob/master/cgan/cgan.py Conditional GAN (CGAN)은 specific condition이 주어진 상태에서 fake image를 만들어내는 것이다. 이 condition은 discriminator와 generator의 loss function에 포함된다. GAN의 loss function은 다음과 같고, CGAN의 loss function은 다음과 같다. condition y가 추가된것 외에는 다른 점이 없다. MNIST 데이터를 사용해서 각 class에 해당하는 숫자를 generation하는 code를 keras로 작성해보자. 위와같은 코드를 작성하..
Deep learning/GAN
2018. 6. 15. 11:48