Book Image

Learning Generative Adversarial Networks [Video]

By : Kuntal Ganguly
Book Image

Learning Generative Adversarial Networks [Video]

By: Kuntal Ganguly

Overview of this book

<p>Generative models are gaining a lot of popularity among data scientists, mainly because they facilitate the building of AI systems that consume raw data from a source and automatically build an understanding of it.</p> <p>Unlike supervised learning methods, generative models do not require labeling data, which makes for an interesting system to use. This video will help you build and analyze deep learning models and apply them to real-world problems. It will help readers develop intelligent and creative application from a wide variety of datasets, mainly focusing on visuals or images.</p> <p>The video begins with the basics of generative models, as you get to know the theory behind Generative Adversarial Networks and its building blocks. In this video, you'll see how to overcome the problem of text-to-image synthesis with GANs, using libraries such as Tensorflow, Keras, and PyTorch.</p> <p>Transferring styles from one domain to another becomes a headache when working with huge data sets. Using real-world examples, we will show how you can overcome this. You will understand and train Generative Adversarial Networks, use them in a production environment, and implement tips to use them effectively and accurately.</p> <h1>Style and Approach</h1> <p>This course adopts a problem/solution approach. Each video focuses on a particular task at hand, and is explained in a very simple, easy-to-understand manner.</p>
Table of Contents (4 chapters)
Chapter 4
Taking Machine Learning to Production
Content Locked
Section 4
Serving Keras-Based Deep Models on Docker
We will build an image identification system with a pre-trained Keras InceptionV3 model and deploy it on a container in the local machine. Our pre-trained Keras model will run inside a Docker container exposed as a REST API using Flask. - Implement keras-based deep model inside docker container