Chapter 6: Project: Handwritten Digit Generation with VAEs
Welcome to Chapter 6! In this chapter, we will put theory into practice by working on a project to generate handwritten digits using Variational Autoencoders (VAEs). This project will serve as a hands-on guide and reinforcement of the concepts we have learned in the previous chapter.
Creating a model capable of generating realistic handwritten digits could find applications in a number of areas, from data augmentation for improving performance of other machine learning models, to solving CAPTCHA challenges, to simply demonstrating the power of generative models in a visually impressive way.
The chapter will proceed as follows:
- Data Collection and Preprocessing
- Model Creation
- Training ...
Get Generative Deep Learning with Python now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.