Generative modeling focuses on learning a data distribution pdata(x) and creating new samples x∼pmodel(x) that resemble the original data. This chapter introduces quantum approaches to this task. Classical methods like Generative Adversarial Networks (GANs) and Variational Autoencoders (VAEs) provide a foundation, but quantum circuits offer potentially different ways to represent and sample from complex probability distributions.
You will study two primary quantum generative models:
We will examine the operational principles, architectures, and specific training challenges associated with these models, such as balancing the adversarial components in QGANs. You will also learn about methods for evaluating the quality of generated samples and the techniques required to sample effectively from the trained quantum models. The chapter concludes with a practical exercise in implementing a basic QGAN.
© 2025 ApX Machine Learning