259 - Semi-supervised learning with GANs - in keras
Code generated in the video can be downloaded from here: https://github.com/bnsreenu/python_fo... Semi-supervised learning with generative adversarial networks. Semi-supervised refers to the training process where the model gets trained only on a few labeled images but the data set contains a lot more unlabeled images. This can be useful in situations where you have a humongous data set but only partially labeled. In regular GAN the discriminator is trained in an unsupervised manner, where it predicts whether the image is real or fake (binary classification). In SGAN, in addition to unsupervised, the discriminator gets trained in a supervised manner on class labels for real images (multiclass classification). In essence, the unsupervised mode trains the discriminator to learn features and the supervised mode trains on corresponding classes (labels). The GAN can be trained using only a handful of labeled examples. In a standard GAN our focus is on training a generator that we want to use to generate fake images. In SGAN, our goal is to train the discriminator to be an excellent classifier using only a few labeled images. We can still use the generator to generate fake images but our focus is on the discriminator. Why do we want to follow this path is CNNs can easily classify images? Apparently, this approach achieves better accuracy for limited labeled data compared to CNNs. (https://arxiv.org/abs/1606.01583) Another useful resource: https://arxiv.org/pdf/1606.03498.pdf

258 - Semi-supervised learning with GANs

Machine Learning for Everybody – Full Course

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

337 - Whole Slide Image segmentation for nuclei using Detectron2 and YOLOv8

126 - Generative Adversarial Networks (GAN) using keras in python

Deep Dive into LLMs like ChatGPT

Stanford CS229 Machine Learning I Self-supervised learning I 2022 I Lecture 16

247 - Conditional GANs and their applications

250 - Image to image translation using Pix2Pix GAN

OpenCV Course - Full Tutorial with Python

Data Analytics for Beginners | Data Analytics Training | Data Analytics Course | Intellipaat

254 - Unpaired image to image translation using cycleGAN in keras

AlphaFold - The Most Useful Thing AI Has Ever Done

How to Actually Build Mobile Apps with AI in 2026 | A Complete Beginner's Tutorial

257 - Exploring GAN latent space to generate images with desired features

Generation of Synthetic Financial Time Series with GANs - Casper Hogenboom

AI Agents Full Course 2026: Master Agentic AI (2 Hours)

Introduction to Semi Supervised Learning

A Friendly Introduction to Generative Adversarial Networks (GANs)

