Conditional GAN and CNN classification with Fashion MNIST

버전 1.0.2 (5.12 MB) 작성자: Kenta
This demo shows how to classify fashion item data (fashion MNIST) and synthesize those images using conditional GAN. fashion MNISTの分類及び生成
다운로드 수: 632
업데이트 날짜: 2020/5/14

라이선스 보기

[English]
This example shows how to classify fashion item images (fashion MNIST) and to train a conditional generative adversarial network (CGAN) to generate fashion item images.
This demo was created based on the Matlab official document entitled Train Conditional Generative Adversarial Network (CGAN) [1].
Conditinal Generative Adversarial Network (CGAN) was proposed in the paper [2]. This livescript was made with the references such as [3].
A open dataset called fashion MNIST was used in this demo [4]. A helper function to process fashion MNIST data was created in the official document [5].
This demo is a modified version of the file entitled 'Conditional GAN with MNIST' [6].

[Japanese]
このデモでは、1)深層学習を用いた、fashion MNISTデータの分類や、2)conditional GAN (CGAN)を用いたfashion MNISTデータの生成を行います。ここでは、公式ドキュメント [1] を参考にしました。また、conditional GANの論文は [2]です。生成結果はサムネイルのgif画像になります。

[Key Words]
adversarial generative network, CGAN, classification, cnn, conditional GAN, deep learning, fashion MNIST, GAN, MNIST

[1] https://jp.mathworks.com/help/deeplearning/ug/train-conditional-generative-adversarial-network.html]
[2] Mirza M, Osindero S. Conditional generative adversarial nets. arXiv preprint arXiv:1411.1784. 2014 Nov 6.
https://arxiv.org/pdf/1411.1784.pdf
[3] 山下隆義、イラストで学ぶ ディープラーニング 改訂第2版、KS情報科学専門書、2018年
[4] Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms. Han Xiao, Kashif Rasul, Roland Vollgraf. arXiv:1708.07747
[5] Matlab official document: Visualize High-Dimensional Data Using t-SNE
[6] Conditional GAN with MNIST (https://jp.mathworks.com/matlabcentral/fileexchange/74921-conditional-gan-generative-adversarial-network-with-mnist)

인용 양식

Kenta (2024). Conditional GAN and CNN classification with Fashion MNIST (https://www.mathworks.com/matlabcentral/fileexchange/75441-conditional-gan-and-cnn-classification-with-fashion-mnist), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.2

title changed

1.0.1

description added

1.0.0