Deep Learning Course
Generative Adversarial Networks - GANs Intro
Introducing Theory Mathematically Focused Coding Focused Project Based
Pytorch TensorFlow Jupyter Discord
Level: Advanced
Instructor: Mandy
$79.99 $99.99 20% Off - Limited Offer
Enrolled
![Course thumbnail for Generative Adversarial Networks - GANs Intro](/assets/jpg/0f42490a.jpg)
What's Included:
What you'll learn ...
Learn about all of the components that make up a GAN
Intuitively understand the inherent adversarial nature of GANs
Learn about discriminative and generative models and their relation to GANs
Learn the intuition and math behind upsampling algorithms and transposed convolutions
Build and train GANs in code with both PyTorch and TensorFlow
Develop a fundamental understanding of the entire GAN training process
Understand the intuition and math behind BCE loss and how it's used for GANs
Learn about Deep Convolutional GANs and how they're trained
Develop complete GAN projects in code with both PyTorch and TensorFlow
Learn the intuition and code underlying neural network computational graphs
Gain an understanding of important coding concepts demoed in Python
Understand important GAN concepts via intuitive customized graphics and demos
Part 1 - Generative Adversarial Networks - GANs Intro
Section 1 - GAN Components
Lesson #1
![Lesson thumbnail for Generative Adversarial Networks - GANs Intro - New Course Release](/assets/jpg/19c40c60.jpg)
Generative Adversarial Networks - GANs Intro - New Course Release
Lesson #2
![Lesson thumbnail for GAN Course Introduction - Intuitive Intro To Generative Adversarial Networks](/assets/jpg/e4662fd9.jpg)
GAN Course Introduction - Intuitive Intro To Generative Adversarial Networks
Lesson #3
![Lesson thumbnail for The Adversarial Relationship in a Generative Adversarial Network (GAN)](/assets/jpg/063da705.jpg)
The Adversarial Relationship in a Generative Adversarial Network (GAN)
Lesson #4
![Lesson thumbnail for GAN Discriminator Network - Discriminative Models](/assets/jpg/101b4f44.jpg)
GAN Discriminator Network - Discriminative Models
Lesson #5
![Lesson thumbnail for GAN Generator Network - Generative Models](/assets/jpg/c72faf7a.jpg)
GAN Generator Network - Generative Models
Section 2 - GAN Training
Lesson #6
![Lesson thumbnail for Upsampling Explained - Use in GANs](/assets/jpg/0286fd2f.jpg)
Upsampling Explained - Use in GANs
Lesson #7
![Lesson thumbnail for Interactive Upsampling App](/assets/jpg/f3aaeff5.jpg)
Interactive Upsampling App
Lesson #8
![Lesson thumbnail for Upsampling Code Demo with Neural Network APIs](/assets/jpg/ad09d9a3.jpg)
Upsampling Code Demo with Neural Network APIs
Lesson #9
![Lesson thumbnail for Transposed Convolutions Explained - Use in GANs](/assets/jpg/49a95a0f.jpg)
Transposed Convolutions Explained - Use in GANs
Lesson #10
![Lesson thumbnail for Interactive Transposed Convolution App](/assets/jpg/0885f8eb.jpg)
Interactive Transposed Convolution App
Lesson #11
![Lesson thumbnail for Transposed Convolution Code Demo with Neural Network APIs](/assets/jpg/f452787a.jpg)
Transposed Convolution Code Demo with Neural Network APIs
Lesson #12
![Lesson thumbnail for Binary Cross Entropy (BCE) Loss for GANs - Intuitive Introduction](/assets/jpg/29908b15.jpg)
Binary Cross Entropy (BCE) Loss for GANs - Intuitive Introduction
Lesson #13
![Lesson thumbnail for Binary Cross Entropy (BCE) Loss for GANs - Mathematical Introduction](/assets/jpg/29077a24.jpg)
Binary Cross Entropy (BCE) Loss for GANs - Mathematical Introduction
Lesson #14
![Lesson thumbnail for Binary Cross Entropy (BCE) Loss for GANs - The Minimax Game](/assets/jpg/6162ee4e.jpg)
Binary Cross Entropy (BCE) Loss for GANs - The Minimax Game
Lesson #15
![Lesson thumbnail for GAN Training Explained](/assets/jpg/4d3e82ea.jpg)
GAN Training Explained
Part 2 - GAN CODE PROJECT
Section 1 - Deep Convolutional GANs (DCGAN)
Lesson #16
![Lesson thumbnail for DCGAN Architecture and Training Specs - Deep Convolutional GANs](/assets/jpg/09884024.jpg)
DCGAN Architecture and Training Specs - Deep Convolutional GANs
Lesson #17
![Lesson thumbnail for GAN Generator Input Code Demo - Normally Distributed Random Noise](/assets/jpg/895f3847.jpg)
GAN Generator Input Code Demo - Normally Distributed Random Noise
Lesson #18
![Lesson thumbnail for DCGAN Project Intro - Prerequisites and Datasets](/assets/jpg/d7b6828c.jpg)
DCGAN Project Intro - Prerequisites and Datasets
Lesson #19
![Lesson thumbnail for DCGAN Project Setup - Google Colab Environment](/assets/jpg/fcbb6ad1.jpg)
DCGAN Project Setup - Google Colab Environment
Section 2 - DCGAN PyTorch Code Implementation
Lesson #20
![Lesson thumbnail for DCGAN PyTorch Project - Data Processing and Hyperparameters](/assets/jpg/b8996e40.jpg)
DCGAN PyTorch Project - Data Processing and Hyperparameters
Lesson #21
![Lesson thumbnail for DCGAN PyTorch Project - Build Generator and Discriminator Networks](/assets/jpg/637eb705.jpg)
DCGAN PyTorch Project - Build Generator and Discriminator Networks
Lesson #22
![Lesson thumbnail for DCGAN Project - Tracking GAN Training Performance](/assets/jpg/fd6ecf66.jpg)
DCGAN Project - Tracking GAN Training Performance
Lesson #23
![Lesson thumbnail for DCGAN PyTorch Project - Training GAN on MNIST](/assets/jpg/6cd0479c.jpg)
DCGAN PyTorch Project - Training GAN on MNIST
Lesson #24
![Lesson thumbnail for DCGAN PyTorch Project - Visualize Training Results](/assets/jpg/ffee50ce.jpg)
DCGAN PyTorch Project - Visualize Training Results
Lesson #25
![Lesson thumbnail for DCGAN PyTorch Project - Training GAN on Faces](/assets/jpg/dc1d1392.jpg)
DCGAN PyTorch Project - Training GAN on Faces
Section 3 - DCGAN TensorFlow Code Implementation
Lesson #26
![Lesson thumbnail for DCGAN TensorFlow Project - Data Processing and Hyperparameters](/assets/jpg/24d633a4.jpg)
DCGAN TensorFlow Project - Data Processing and Hyperparameters
Lesson #27
![Lesson thumbnail for DCGAN TensorFlow Project - Build Generator and Discriminator Networks](/assets/jpg/44322428.jpg)
DCGAN TensorFlow Project - Build Generator and Discriminator Networks
Lesson #28
![Lesson thumbnail for DCGAN TensorFlow Project - Training GAN on MNIST](/assets/jpg/9c45aa01.jpg)
DCGAN TensorFlow Project - Training GAN on MNIST
Lesson #29
![Lesson thumbnail for DCGAN TensorFlow Project - Visualize Training Results](/assets/jpg/8a9fe646.jpg)
DCGAN TensorFlow Project - Visualize Training Results
Lesson #30
![Lesson thumbnail for DCGAN TensorFlow Project - Training GAN on Faces](/assets/jpg/35009b20.jpg)
DCGAN TensorFlow Project - Training GAN on Faces
Section 4 - Code Demos for Additional Fundamental Topics
Lesson #31
![Lesson thumbnail for GAN Input Code Demo - Reshaping and Projecting Data](/assets/jpg/2fe5fa51.jpg)
GAN Input Code Demo - Reshaping and Projecting Data
Lesson #32
![Lesson thumbnail for Inplace Operations Code Demo - Memory vs Data Preservation](/assets/jpg/a82484b3.jpg)
Inplace Operations Code Demo - Memory vs Data Preservation
Lesson #33
![Lesson thumbnail for Computational Graphs for Neural Networks Code Demo](/assets/jpg/6f586b44.jpg)
Computational Graphs for Neural Networks Code Demo
Lesson #34
![Lesson thumbnail for GAN Course Conclusion](/assets/jpg/696af8c0.jpg)