What Generative Adversarial Networks Are Capable of? — A Python Project on MNIST Dataset.
pub.towardsai.net·1d
Flag this post

6 min read1 hour ago

The applications of deep learning are widespread; it helps in building natural language processing models, fraud detection, and more. Deep learning is also the source of some of the complex techniques, one of which is a generative adversarial network and a deep convolution generative adversarial network(DCGAN).

A generative adversarial network is a way to implement generative modelling using deep learning techniques. A generative model is basically a model that predicts the next value, like the next word in a sentence or more. Let’s learn the difference between discriminative modelling and generative modelling to understand generative modelling better.

Discriminative modeling VS Generative Modeling

Both the discriminative model and the generative mode…

Similar Posts

Loading similar posts...