Generative Adversarial Nets - Fresh Machine Learning #2

This episode of Fresh Machine Learning is all about a relatively new concept called a Generative Adversarial Network. A model continuously tries to fool another model, until it can do so with ease. At that point, it can generate novel, authentic looking data! Very exciting stuff. The demo code for this video is a set of adversarial Gaussian Distribution Curves in Python using Theano and PyPlot: I introduce two papers in this video Generat
Back to Top