Matlab does not currently support Generative Adversarial Neural Networks
Show older comments
I searched a lot to see if Matlab supports GAN but unfortunately it does not. I just found deconvolution layer. does anybody know how I can use that for designing a GAN. I am gonna integrate a GAN block within a DAG network and I am not sure if it is possible. I found also another open source lib 'MatConvNet'. is is possible to use it within DAG? Thank you very much I hope it is not wasting time working on deep learning with Matlab.
web address of DAG : https://blogs.mathworks.com/deep-learning/2018/03/19/creating-a-dag-network-from-dag-parts/
9 Comments
Walter Roberson
on 21 Apr 2018
Did you have a look at https://github.com/layumi/2016_GAN_Matlab
ashkan dashtban
on 21 Apr 2018
Edited: Walter Roberson
on 21 Apr 2018
Walter Roberson
on 22 Apr 2018
Those software products are not compatible. You will not be able to combine them.
Jack Xiao
on 13 Jul 2018
so how to fulfill GAN in matlab? can not the official deep learning tool box of matlab support it?
Walter Roberson
on 13 Jul 2018
I posted a link to GAN in MATLAB above.
However you cannot combine that GAN software with MATLAB's Deep Learning routines, and you cannot combine that GAN software with matconvnet .
Jack Xiao
on 13 Jul 2018
yes, you are right. but here I want to know how to fulfill GAN with official deep learning tool box of matlab but not matconvnet?
Walter Roberson
on 13 Jul 2018
Generative Adversarial Neural Networks are not available in any Mathworks product. They are not supported by the Neural Network toolbox.
Walter Roberson
on 18 Jul 2018
ashkan dashtban comments to me:
Exactly and we hopefuly expect it to be available in near future!
Kenta
on 15 May 2020
As of now, some kinds of GAN such as conditional GAN are available.
For example, https://jp.mathworks.com/matlabcentral/fileexchange/75441-conditional-gan-and-cnn-classification-with-fashion-mnist

Accepted Answer
More Answers (6)
Shounak Mitra
on 6 Jun 2019
3 votes
In the next release, we're going to provide some flexbilities to design advanced networks such as GANs, Siamese Networks etc. Hang on :)
2 Comments
ashkan dashtban
on 8 Jun 2019
Shounak Mitra
on 10 Jun 2019
Great feedback. We're working on that too.
KH TOHIDUL ISLAM
on 19 Sep 2019
1 vote
It is avilabel now, please check this out. Train Generative Adversarial Network (GAN)
2 Comments
Atallah Baydoun
on 19 Sep 2019
Yep, It was the first thing I checked when I got the email about Matlab 2019 b.
Thanks!
Atallah Baydoun
on 7 Nov 2019
How extensible is the current model to 3D ?
Atallah Baydoun
on 7 Jun 2019
0 votes
Thanks Mitra for the info.
But when is the next release going to be ?
5 Comments
Eric
on 7 Jun 2019
Going back to R2011b, all "b" releases except one have come out in September. The exception was 2014b, which was October 3. Hence September 2019 is a reasonable estimate.
Shounak Mitra
on 7 Jun 2019
Eric is correct! It is planned for September at this point.
What kind of GANs are you interested in?
Atallah Baydoun
on 7 Jun 2019
I am basically interested in DCGAN and cGAN. Will these types be supported ?
Shounak Mitra
on 10 Jun 2019
Let's think of it in terms of what important features you need to create GANs - autodifferentiation, custom training loops, and may be custom layers too (if you're curious!). All those things are planned to be supported. And of course, the deep learning layer support will be there.
Atallah Baydoun
on 10 Jun 2019
Hopefully then Matlab will include an example on GAN generation also.
Wonho Song
on 28 May 2020
0 votes
Hello.
Thanks for these nice codes.
Normally we do have checkpoints and model to save to a file.
- I want to know how to save the model.Is it good to save the paramGen and paramDis? and if it is then how to use as a model.
- 2 .And also I want to know how to test pix2pix.m to a specific image file.Thanks in advance.
1 Comment
Atallah Baydoun
on 28 May 2020
Hey Wonho,
I ended up by using pix2pix from this link.
https://www.mathworks.com/matlabcentral/fileexchange/74779-pix2pix
It automatically saves the model. You can se from the link that many troubleshooting issues were resolved.
David Willingham
on 27 Aug 2020
0 votes
Since R2019b, MATLAB has supported the implementation of GAN's.
Regards,
David Willingham
Deep Learning Product Manager, MathWorks
anbarasi l
on 30 Nov 2022
0 votes
MATLAB has supported the implementation of CGAN.
You can find information on this in the below link
Train Conditional Generative Adversarial Network (CGAN)
https://in.mathworks.com/help/deeplearning/ug/train-conditional-generative-adversarial-network.html
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!