VAE Explainer: Supplement Learning Variational Autoencoders with Interactive Visualization

Donald Bertucci,Alex Endert
2024-09-14
Abstract:Variational Autoencoders are widespread in Machine Learning, but are typically explained with dense math notation or static code examples. This paper presents VAE Explainer, an interactive Variational Autoencoder running in the browser to supplement existing static documentation (e.g., Keras Code Examples). VAE Explainer adds interactions to the VAE summary with interactive model inputs, latent space, and output. VAE Explainer connects the high-level understanding with the implementation: annotated code and a live computational graph. The VAE Explainer interactive visualization is live at <a class="link-external link-https" href="https://xnought.github.io/vae-explainer" rel="external noopener nofollow">this https URL</a> and the code is open source at <a class="link-external link-https" href="https://github.com/xnought/vae-explainer" rel="external noopener nofollow">this https URL</a>.
Human-Computer Interaction,Artificial Intelligence,Machine Learning
What problem does this paper attempt to address?