MATLAB: GAN examples for Neural Network/Deep Learning Toolbox of R2018b or earlier

deep learninggenerative adversarial networks (gan)r2018b

Hello All,
In R2019b the Matlab Deep Learning (ex Neural Network) Toolbox added functions for Generative Adversarial Networks (GANs).
I am interested to learn more about these but have only R2018b. Searching the File Exchange resulted in some projects listed as "Compatible with any release" but it turned out those, too, use functions available only in R2019b or later.
Does anyone know of any (very basic) older GAN examples or demos which could be run with the R2018b (or earlier) Neural Network/Deep Learning Toolbox?
Thanks in advance for all hints.

Best Answer

you can find some in github.
https://github.com/jonzhaocn/GAN-Base-on-Matlab
Related Question