일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 쏴아리 딥러닝
- aws rds
- DCGAN
- 말해보시개 Linux
- bash vs zsh
- ubuntu zsh
- CycleGAN
- ubuntu 명령어
- unsupervised learning
- AWS Certificate
- AnoGAN
- ubuntu pipe
- AWS EC2
- gan
- ubuntu grep
- anomaly detection
- autoencoder
- EC2
- Image to image translation
- F-AnoGAN
- linux
- docker
- bash 명령어
- git commit
- ubuntu mount
- 말해보시개 딥러닝
- pix2pix
- AWS
- ubuntu
- git log
- Today
- Total
목록DCGAN (2)
쏴아리의 딥러닝 스터디
Image-to-Image Translation with Conditional Adversarial Network(2017) Abstract 1. conditional GAN을 활용한 image-to-image translation problem 해결 본 연구에서는 conditional adversarial network를 활용하여 image-to-image translation problem의 general-purpose solution이 적용가능한지 탐구 하였습니다. 이러한 뉴럴네트워크는 input image에서 output image로의 mapping을 학습할 뿐 아니라, mapping을 학습바기 위한 loss function도 함께 배웁니다. 이는 전통적인 방법과 매우 다른 loss formula..
Unsupervised Anomaly Detection with Generative Adversarial Networks to Guide Marker Discovery Abstract 질병의 발병을 모니터링 하기 위하여, 이상한 이미지를 마킹하는 작업은 도전적인 문제입니다. 일반적으로 모델은 많은 라벨 데이터를 필요로 하기 때문입니다. 하지만 라벨을 annotation하는 작업은 비용이 많이 든다는 한계점이 있습니다. 본 연구에서는 비지도 학습기반의 방법론 AnoGAN을 통해 이미지 데이터를 위한 이상탐지를 수행합니다. AnoGAN은 정상데이터의 다양성의 Manifold를 학습하기 위한 Deep Convolutional Generative Adversarial Network로서, 새로운 이상 데이터를 l..