A basic introduction to Image Generation methods
<h1>Generative Adversarial Network (GANs)</h1>
<p>The idea of Generative Adversarial Network (GANs) is to make two Neural Networks compete with each other.</p>
<ul>
<li>One will generate images similar to the training data.</li>
<li>The other will classify which is generated and training images.</li>
</ul>
<p>Hence, creating a realistic image.</p>
<p><a href="https://medium.com/@sivavimelrajhen/a-basic-introduction-to-image-generation-methods-25719fdea31e"><strong>Website</strong></a></p>