Get an overview of generative adversarial networks (GANs) and walk through how to design and train one using MATLAB®.
GANs are composed of two deep neural networks, a generator and a discriminator, which are adversaries of each other (thus the term “adversarial”). The generator creates new data instances, while the discriminator evaluates them for authenticity (i.e., it decides whether each instance of data that it reviews belongs to the actual training dataset or not).
Additional Resources:
– Example of how to train a generative adversarial network to generate images.:
——————————————————————————————————–
Get a free product trial:
Learn more about MATLAB:
Learn more about Simulink:
See what’s new in MATLAB and Simulink:
© 2020 The MathWorks, Inc. MATLAB and Simulink are registered trademarks of The MathWorks, Inc.
See for a list of additional trademarks. Other product or brand names may be trademarks or registered trademarks of their respective holders.