Difference between revisions of "Webinar 2021 Learning from competition"

From SHARCNETHelp
Jump to navigationJump to search
(Created page with "Generative Adversarial Networks (GANs) are one of the most interesting neural networks. The basic idea of GANs is learning a generative model through competition between two r...")
 
(No difference)

Latest revision as of 10:58, 17 June 2021

Generative Adversarial Networks (GANs) are one of the most interesting neural networks. The basic idea of GANs is learning a generative model through competition between two rivals. In this seminar we will demonstrate how to train a model to generate handwritten digits using GANs. We will explain how it works at code level. Some more advanced applications of GANs will be discussed at the end of the seminar and further reading materials will be provided for interested readers. Basic knowledge of Python and Tensorflow is preferred but not required.