Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- NeuralTalk
- Bayes'Rule
- MachineLearning
- CycleGAN
- 체비셰프부등식
- 젠센부등식
- SWEA #Python #알고리즘
- Python
- PRML
- DeepLearing
- ImageCaptioning
- TorchHub
- pytorch
- 머신러닝
- 마코프부등식
- GAN
- DeepLearning
- bayesian
- AlexNet
- bayes
- tensor
- Bayes'Theorem
- ResNet
Archives
- Today
- Total
목록CycleGAN (1)
euphoriaO-O
[PyTorch] 2-2. GAN, CycleGAN
This article is based on the book "Deep Learning with PyTorch". https://pytorch.org/deep-learning-with-pytorch 2. Pretrained Networks 내용에 따라 이미지에 레이블링하는 모델 실제 이미지로부터 새로운 이미지를 제작하는 모델 : GAN & CycleGAN 영문으로 이미지 내용을 설명하는 모델 (1) GAN (Generative Adversarial Network) 두 네트워크가 서로 경쟁(Adversarial)하며 위조를 만들고(Generative) 감지한다. 최종적으로 가짜(fake)로 인식될 수 없는 이미지 합성 예제를 생성한다. generator network는 이미지를 생성하고 discrimina..
Machine Learning/Pytorch
2020. 7. 12. 19:10