Introduction
Dive into the evolving world of AI and stay ahead with our course on Generative Adversarial Networks (GANs). GANs, a significant subset of generative models, have gained immense popularity among data scientists. Learn how to leverage GANs to construct AI systems that autonomously comprehend and interpret raw data without the need for labeled datasets, setting them apart from traditional supervised learning methods. Developed by Ian Goodfellow in 2014, GANs consist of a generator function that synthesizes samples resembling a dataset and a discriminator function that distinguishes between real and generated samples. Explore the capabilities of GANs for unsupervised learning, producing high-quality images and enabling state-of-the-art semi-supervised learning. This course provides a comprehensive understanding of the trending field of generative models, making it extremely relevant for anyone looking to upskill and advance their knowledge in AI and chatbot development, including applications like ChatGPT.
Course Objectives:
- Generative model using Auto Encoder
- GAN Architecture
- GAN Implementation on MNIST dataset
- Style Transfer with GAN
- Image Generation with GAN
Duration
7 hours, 1 Day Course
Mode of Delivery
Classroom-based, Instructor-led Training
Course Outline
- Overview of Generative Models
- What is Generative Models
- Application of Generative Models
- Types of Generative Models
- Online Generative Model Demo with Sketch-RNN
- Installing Google Colab
- DeepDream
- Recap on Convolutional Neural Networks (CNN)
- Recap on Transfer Learning
- What is DeepDream?
- DeepDream Applications
- DeepDream Implementation
- Neural Style Transfer
- What is Neural Style Transfer?
- Neural Style Transfer Applications
- Neural Style Transfer Implementation
- Variational Autoencoder (VAE)
- What is Autoencoder
- Variational Autoencoder (VAE)
- VAE Implementation
- Generative Adversarial Networks (GAN)
- What is GAN?
- GAN Applications
- Basic DCGAN Architecture
- DCGAN Implementation
- GAN Challenges and Tricks
- Text Generation
- Recap on Recurrent Neural Networks (RNN)
- Recap on Long Short Term Memory (LSTM)
- Char by Char Text Generation with LSTM