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

  Рет қаралды 15,372

DigitalSreeni

DigitalSreeni

Күн бұрын

Code generated in the video can be downloaded from here:
github.com/bns...
Conditional Generative Adversarial Network cGAN
A GAN model generates a random image from the domain.
The relationship between points in the latent space and the generated images is hard to map.
A GAN can be trained so that both the generator and the discriminator models are conditioned on the class label (or other modalities).
As a result, the trained generator model can be used to generate images of a given type using the class label (or other condition).
GAN can be conditioned using other image modalities (image to image translation).
The conditioning is performed by feeding the class label into both the discriminator and generator as additional input layer.
A few applications:
Image-to-Image Translation: Pix2Pix GAN
CycleGAN: Transform images from one set into images that could belong to another set.
Super-resolution: Increase the resolution of images, adding detail where necessary to fill in blurry areas.
Text-to-Image Synthesis: Take text as input and produce images as described by the text.

Пікірлер: 32
@fahd2372
@fahd2372 Жыл бұрын
Most tutorial videos on youtube who go over code just skim over it and describe it in very few words and they seem like they themselves don't understand the code but DigitalSreeni really understands the code well, to the point where he can explain the code pixel by pixel. He always gives a reasoning for each number that you see on the screen and although the videos are long, his way of thoroughly examining the code really makes it easy for us students to understand. Thank you so much for your amazing work sir!
@DigitalSreeni
@DigitalSreeni Жыл бұрын
I teach the way I like to be taught. Luckily some people like my way of teaching and I am glad you learn the same way as I do.
@avaneet100
@avaneet100 4 ай бұрын
It had been difficult to understand the deep learning from other tutorials. Seeing your tutorial videos are clear with code and nice slides. thanks for awesome tutorial
@RolitoJrIbale
@RolitoJrIbale 11 ай бұрын
One of the best KZbinr doing deep learning tutorial... Thank you men.
@MovieTheater69
@MovieTheater69 Жыл бұрын
Thank you for your imazing content. Much appreciated.
@bikramkeshariparida5639
@bikramkeshariparida5639 Жыл бұрын
Thank you for your simple explanation and amazing contents. I am interested to learn implementation of GAN in 3d reconstructuion.
@alex-beamslightchanal8743
@alex-beamslightchanal8743 2 жыл бұрын
Thank you for your tutotial. Very helpful!
@plabmadeeasy
@plabmadeeasy 2 жыл бұрын
Amazing!
@ameerazam3269
@ameerazam3269 2 жыл бұрын
Again Great Sir
@caiyu538
@caiyu538 2 жыл бұрын
Great series.
@malice112
@malice112 2 жыл бұрын
What if you have multiple labels(in a matrix) you would like to train with the images?
@ahmednezar3254
@ahmednezar3254 7 ай бұрын
What a video I have a question does the embedding vector needs to be of size 1x50 or can I make it 1x100 etc...?
@kainatshah5441
@kainatshah5441 2 жыл бұрын
sir plz can you make a video on corona virus detection using deep learning approach by using restricted boltzmann machine.there is no video on net how to use deep belief network using restriced bolzmann machine for image classification. plz make a detail video on this .along with the required library of dbn.
@hizzuhishaam9392
@hizzuhishaam9392 9 ай бұрын
Great explaination with code sir, I think that this is the only video that illustrate with the CGAN code sir. I have my own leaf image dataset sir. I am working on Medicinal Plant Identification for Data agumentation I choose Conditional GAN. Can you please help me to give our own dataset and change the layers for image (224 * 224 * 3). I need your help sir and a mentor for my project sir. how can I contact you sir can you share your mail. Thank you in advance sir.
@benjaminsymon
@benjaminsymon Жыл бұрын
thanks very nice!
@chihebjamazi3439
@chihebjamazi3439 2 жыл бұрын
great tutorial
@AIinAgriculture
@AIinAgriculture 2 жыл бұрын
Sir, Please do one video on Semantic segmentation of images with PixelLib using Ade20k model.
@saidokieh2493
@saidokieh2493 2 жыл бұрын
Good tutorial
@manojrangera1580
@manojrangera1580 11 ай бұрын
@DigitalSreeni - Is there any way we can get image labels also?
@derilraju2106
@derilraju2106 Жыл бұрын
It would be awesome if you could also provide the pretrained models :)
@abdulaziztarhuni
@abdulaziztarhuni 2 жыл бұрын
😍🥰
@aggreym.muhebwa7077
@aggreym.muhebwa7077 2 жыл бұрын
Thank you for the amazing tutorials. I have tried implementng GANS with Satellite images, but the results are never great. Would you be able to do a video for us on GANS + satellite imagery? Thank you.
@1keck596
@1keck596 2 жыл бұрын
You could may use a more advanced architecture such as progan or stylegan
@rohithbalan2295
@rohithbalan2295 2 жыл бұрын
sir is the code is available for real time images in CGAN
@rohithbalan2295
@rohithbalan2295 2 жыл бұрын
sir this code is available
@DigitalSreeni
@DigitalSreeni 2 жыл бұрын
Please look at the video description for the link to my GitHub with code.
@rohithbalan2295
@rohithbalan2295 2 жыл бұрын
@@DigitalSreeni sir is the CGAN code is available for real time images
@AmanVerma-pe8sd
@AmanVerma-pe8sd 2 жыл бұрын
@@rohithbalan2295 add some images and change output image shape(according to your requirement ) of generator and similarly modify some layers of discriminator and u can use it for your real world images and add image labels according to your need.
@rohithbalan2295
@rohithbalan2295 2 жыл бұрын
I need this code
@DigitalSreeni
@DigitalSreeni 2 жыл бұрын
Please look at the video description for the link to my GitHub with code.
@rohithbalan2295
@rohithbalan2295 2 жыл бұрын
@@DigitalSreeni sir CGAN code is available for real time images
@kainatshah5441
@kainatshah5441 2 жыл бұрын
i have request from you many months ago.plz sir make video on deep belief network using restriced bolzmann machine for image classification.
250 - Image to image translation using Pix2Pix GAN
32:53
DigitalSreeni
Рет қаралды 32 М.
248 - keras implementation of GAN to generate cifar10 images
31:09
DigitalSreeni
Рет қаралды 17 М.
ДЕНЬ УЧИТЕЛЯ В ШКОЛЕ
01:00
SIDELNIKOVVV
Рет қаралды 3,2 МЛН
Spongebob ate Michael Jackson 😱 #meme #spongebob #gmod
00:14
Mr. LoLo
Рет қаралды 10 МЛН
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 265 МЛН
Has Generative AI Already Peaked? - Computerphile
12:48
Computerphile
Рет қаралды 997 М.
247 - Conditional GANs and their applications
39:51
DigitalSreeni
Рет қаралды 44 М.
126 - Generative Adversarial Networks (GAN) using keras in python
33:34
259 - Semi-supervised learning with GANs - in keras
29:13
DigitalSreeni
Рет қаралды 7 М.
256 - Super resolution GAN (SRGAN) in keras
22:46
DigitalSreeni
Рет қаралды 25 М.
261 - What is global average pooling in deep learning?
15:11
DigitalSreeni
Рет қаралды 18 М.
The Math Behind Generative Adversarial Networks Clearly Explained!
17:04
The Value of Source Code
17:46
Philomatics
Рет қаралды 54 М.
Pix2Pix implementation from scratch
1:02:29
Aladdin Persson
Рет қаралды 49 М.
A Friendly Introduction to Generative Adversarial Networks (GANs)
21:01
Serrano.Academy
Рет қаралды 254 М.
Выпрыгивает ли аккумулятор в iPhone 16?
0:43
ÉЖИ АКСЁНОВ
Рет қаралды 3,4 МЛН
iOS 18 в реальной жизни
14:42
HUDAKOV
Рет қаралды 174 М.