AlaaSedeeq/Convolutional-Autoencoder-PyTorch
Convolutional Autoencoder using PyTorch
This project helps you process and simplify complex visual data, such as images, by identifying and removing noise or unnecessary details. It takes your raw image or visual dataset and extracts a more concise, meaningful representation, which can then be used for tasks like image classification or feature extraction. This is ideal for researchers or engineers working with large image collections who need to make them more manageable and informative.
No commits in the last 6 months.
Use this if you need to reduce the complexity of high-dimensional images, remove visual noise, or extract key features for downstream analysis like classification.
Not ideal if you require perfect, high-fidelity reconstruction of images without any loss of detail, as the compression process can lead to some blurriness.
Stars
9
Forks
—
Language
Jupyter Notebook
License
—
Last pushed
Mar 13, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/AlaaSedeeq/Convolutional-Autoencoder-PyTorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Naresh1318/Adversarial_Autoencoder
A wizard's guide to Adversarial Autoencoders
mseitzer/pytorch-fid
Compute FID scores with PyTorch.
acids-ircam/RAVE
Official implementation of the RAVE model: a Realtime Audio Variational autoEncoder
ratschlab/aestetik
AESTETIK: Convolutional autoencoder for learning spot representations from spatial...
jaanli/variational-autoencoder
Variational autoencoder implemented in tensorflow and pytorch (including inverse autoregressive flow)