The VAE Encoder: Outputting Distribution Parameters
Was this section helpful?
Auto-Encoding Variational Bayes, Diederik P Kingma, Max Welling, 2013International Conference on Learning Representations (ICLR 2014)DOI: 10.48550/arXiv.1312.6114 - This foundational paper introduced Variational Autoencoders, explaining the probabilistic encoder, its outputting of distribution parameters (mean and variance), and the reparameterization trick.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Chapter 20 offers a detailed theoretical and practical explanation of Variational Autoencoders, including the encoder's function in outputting distribution parameters.
Variational Autoencoders (from "Deep Generative Models" course notes), Stefano Ermon and course staff, 2023Stanford University CS236: Deep Generative Models Course - These course notes offer a structured academic explanation of VAEs, covering the encoder's probabilistic output and the specific parameterization (mean and log-variance).