126 - Generative Adversarial Networks (GAN) using keras in python
Generative adversarial networks (GANs) are deep learning architectures that use two neural networks (Generator and Discriminator), competing one against the other. The generator tries to create realistic looking fake data (e.g. images) and the discriminator tries to classify whether the data is real or fake. After a few thousand (or million) epochs, the generator trained model can be used to create new fake data that can pass for real data. This tutorial the implementation of GAN using Keras in Python. It uses fully connected dense layers for both the generator and discriminator. It also explains the use of trained model in generating realistic looking fake handwritten digits. References from the video: https://www.thispersondoesnotexist.com/ http://www.wisdom.weizmann.ac.il/~vis... Code generated in the video can be downloaded from here: https://github.com/bnsreenu/python_fo...

247 - Conditional GANs and their applications

Understanding GANs (Generative Adversarial Networks)

179 - Variational autoencoders using keras on MNIST data

248 - keras implementation of GAN to generate cifar10 images

125 - What are Generative Adversarial Networks (GAN)?

250 - Image to image translation using Pix2Pix GAN

Generative Adversarial Networks (GANs) - Computerphile
![[Classic] Generative Adversarial Networks (Paper Explained)](https://i.ytimg.com/vi/eyxmSmjmNS0/hq720.jpg?sqp=-oaymwEbCNAFEJQDSFryq4qpAw0IARUAAIhCGAG4AvcY&rs=AOn4CLAe1PCLA9IcOIaxHDfoGsGIvAb8uA&usqp=CCc)
[Classic] Generative Adversarial Networks (Paper Explained)

249 - keras implementation of Conditional GAN (cifar10 data set)

154 - Understanding the training and validation loss curves

Designing Data-Intensive Applications: Chapters 1 and 2
![Complete Tutorial on TensorFlow 2 0 using Keras API [Part 1]](https://i.ytimg.com/vi/UvEF8zoke48/hqdefault.jpg?sqp=-oaymwEnCNACELwBSFryq4qpAxkIARUAAAAAGAElAADIQj0AgKJDeAG4AvcY&rs=AOn4CLBm4-naoG7TaZZMS8N37H9-pyVf6w&usqp=CCc)
Complete Tutorial on TensorFlow 2 0 using Keras API [Part 1]

Introduction to GANs, NIPS 2016 | Ian Goodfellow, OpenAI

Robot Framework Tutorial For Beginners | Robot Framework With Python | Intellipaat

Generative Adversarial Networks and TF-GAN (ML Tech Talks)

System Design Explained: APIs, Databases, Caching, CDNs, Load Balancing & Production Infra

Keynote: After the AI Hype – What’s Real, and What’s Next - Richard Campbell - 2026

CycleGAN implementation from scratch

Building an AI Dark Factory: A Codebase That Writes Its Own Code, Live

