paper-with-me

Papers

VAE Explainer: Supplement Learning Variational Autoencoders with Interactive Visualization

2024-09-13 · Donald Bertucci, Alex Endert

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 https://xnought.github.io/vae-explainer and the code is open source at https://github.com/xnought/vae-explainer.

📄 PDF Abstract BibTeX arXiv:2409.09011

Code (2)

xnought/vae-explainer 공식 구현
MindSpore-scientific-2/code-1/tree/main/VAE-Creative-Discovery-using-QD-Search mindspore

Tasks

Math

Similar Papers 제목 키워드 기반

CNN Explainer: Learning Convolutional Neural Networks with Interactive Visualization

2020-04-30 · Zijie J. Wang, Robert Turko, Omar Shaikh, Haekyu Park 외

Deep learning's great success motivates many practitioners and students to learn about this exciting technology. However, it is often challenging for beginners to take their first step due to the complexity of understand…

Deep Learning

Interactive Visual Learning for Stable Diffusion

2024-04-22 · Seongmin Lee, Benjamin Hoover, Hendrik Strobelt, Zijie J. Wang 외

Diffusion-based generative models' impressive ability to create convincing images has garnered global attention. However, their complex internal structures and operations often pose challenges for non-experts to grasp. W…

Diffusion Explainer: Visual Explanation for Text-to-image Stable Diffusion

2023-05-04 · Seongmin Lee, Benjamin Hoover, Hendrik Strobelt, Zijie J. Wang 외

Diffusion-based generative models' impressive ability to create convincing images has garnered global attention. However, their complex structures and operations often pose challenges for non-experts to grasp. We present…

Image Generation

TraNCE: Transformative Non-linear Concept Explainer for CNNs

2025-03-26 · Ugochukwu Ejike Akpudo, Yongsheng Gao, Jun Zhou, Andrew Lewis

Convolutional neural networks (CNNs) have succeeded remarkably in various computer vision tasks. However, they are not intrinsically explainable. While the feature-level understanding of CNNs reveals where the models loo…

Transformer Explainer: Interactive Learning of Text-Generative Models

2024-08-08 · Aeree Cho, Grace C. Kim, Alexander Karpekov, Alec Helbling 외

Transformers have revolutionized machine learning, yet their inner workings remain opaque to many. We present Transformer Explainer, an interactive visualization tool designed for non-experts to learn about Transformers …