pytorch-vae and VAE-CVAE-MNIST
About pytorch-vae
ethanluoyc/pytorch-vae
A Variational Autoencoder (VAE) implemented in PyTorch
This is a foundational building block for machine learning engineers and researchers working with deep learning models. It takes in complex data, like images or text, and learns a compressed, meaningful representation of that data. This compressed representation can then be used for generating new, similar data, or for tasks like anomaly detection.
About VAE-CVAE-MNIST
timbmg/VAE-CVAE-MNIST
Variational Autoencoder and Conditional Variational Autoencoder on MNIST in PyTorch
This project helps machine learning engineers and researchers understand how Variational Autoencoders (VAEs) and Conditional VAEs (CVAEs) learn to generate images. It takes a dataset of handwritten digit images as input and outputs newly generated, realistic-looking digits, demonstrating the model's ability to learn and reconstruct visual patterns. This is ideal for those exploring generative models.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work