gabrielelobosco/denoising-autoencoder-r
Image Denoising with Autoencoders in R (University Project) Built a convolutional autoencoder in R using Keras/TensorFlow to perform image denoising on MNIST and CIFAR-10 datasets with varying levels of Gaussian noise. Achieved up to 33.6 dB PSNR on MNIST (σ = 0.1). Using PSNR, SSIM to evaluate the model. Technologies: R, Keras, TensorFlow
No commits in the last 6 months.
Stars
—
Forks
—
Language
R
License
MIT
Last pushed
Jul 30, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gabrielelobosco/denoising-autoencoder-r"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mseitzer/pytorch-fid
Compute FID scores with PyTorch.
ratschlab/aestetik
AESTETIK: Convolutional autoencoder for learning spot representations from spatial...
Naresh1318/Adversarial_Autoencoder
A wizard's guide to Adversarial Autoencoders
acids-ircam/RAVE
Official implementation of the RAVE model: a Realtime Audio Variational autoEncoder
AntixK/PyTorch-VAE
A Collection of Variational Autoencoders (VAE) in PyTorch.