Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Python Image Processing Cookbook

You're reading from   Python Image Processing Cookbook Over 60 recipes to help you perform complex image processing and computer vision tasks with ease

Arrow left icon
Product type Paperback
Published in Apr 2020
Publisher Packt
ISBN-13 9781789537147
Length 438 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Sandipan Dey Sandipan Dey
Author Profile Icon Sandipan Dey
Sandipan Dey
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Image Manipulation and Transformation 2. Image Enhancement FREE CHAPTER 3. Image Restoration 4. Binary Image Processing 5. Image Registration 6. Image Segmentation 7. Image Classification 8. Object Detection in Images 9. Face Recognition, Image Captioning, and More 10. Other Books You May Enjoy

Using a variational autoencoder to reconstruct and generate images

A variational autoencoder (VAE) is a generative model that uses Bayesian inference and tries to model the underlying probability distribution of images so that it can sample new images from that distribution. Just like an ordinary autoencoder, it's composed of two components: an encoder (a bunch of layers that will compress the input to the bottleneck in a vanilla autoencoder) and a decoder (a bunch of layers that will reconstruct the input from its compressed representation from the bottleneck in a vanilla autoencoder). The difference between a VAE and an ordinary autoencoder is that instead of mapping an input layer to a latent variable, known as the bottleneck vector, the encoder maps the input to a distribution. The random samples are then drawn from the distribution and fed to the decoder.

Since it cannot...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £16.99/month. Cancel anytime