variational-autoencoder and pytorch-vae
About variational-autoencoder
jaanli/variational-autoencoder
Variational autoencoder implemented in tensorflow and pytorch (including inverse autoregressive flow)
This project offers foundational code for a Variational Autoencoder (VAE), a machine learning model that learns to represent complex data efficiently. You input datasets like images (e.g., handwritten digits), and it outputs a compressed, meaningful representation of that data, as well as the ability to generate new, similar data. It's designed for machine learning researchers and practitioners exploring generative models and data compression.
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.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work