일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 논문 리뷰
- CT 영상에서 U-Net 기반 변형가능 컨볼루션 GAN을이용한 잡음제거
- C-RNN-GAN:Continuous recurrent neural networkswith adversarial training
- 이미지 복원
- gan
- Generative Adversarial Nets
- mnist
- horse2zebra
- Moire 이미지
- 2D 이미지 높이 측정
- Coherent Semantic Attention for Image Inpainting
- 이미지파일 특성으로 폴더분류
- labeling
- json 파일로 image 라벨링
- AI 대회
- 자체 데이터 제작
- 백준
- Image Inpainting
- Python
- Generative Adversarial Networks
- JSON
- Phase Map 이미지
- 이미지 특징
- music data
- json 파일 정보 csv파일로 저장
- PAPER
- 논문리뷰
- Phase Map
- 데이터 전처리
- CelebA
- Today
- Total
목록논문 리뷰 (2)
Deep Learning through deep learning
논문 및 코드 링크 (sota) https://paperswithcode.com/paper/c-rnn-gan-continuous-recurrent-neural Papers with Code - C-RNN-GAN: Continuous recurrent neural networks with adversarial training Implemented in 2 code libraries. paperswithcode.com 네 번째 논문은 역시나 GAN 논문이다. 다른 점은 모델에 사용될 데이터가 기존의 수치나 이미지가 아닌 연속적인 음악 데이터라는 것이다. 연속적인 데이터를 다루기 위해 RNN을 GAN에 접목했다는 것은 매우 흥미로운 주제라고 생각했다. 몇 달 전에 CNN과 RNN을 접목하여 텍스트 데이터와 이..
논문 및 코드 링크 (sota) https://paperswithcode.com/method/gan Papers with Code - GAN Explained A GAN, or Generative Adversarial Network, is a generative model that simultaneously trains two models: a generative model $G$ that captures the data distribution, and a discriminative model $D$ that estimates the probability that a sample came from the tra paperswithcode.com 세 번째 논문은 연구 주제의 가장 근간이 되었던 GAN 에 ..