Image inpainting is a technique used in computer vision and image processing to fill in missing or damaged parts of an image.
-
Updated
Jul 4, 2024 - Jupyter Notebook
Image inpainting is a technique used in computer vision and image processing to fill in missing or damaged parts of an image.
Autoencoders are a type of neural network used to learn efficient codings of unlabeled data. They work by compressing the input into a latent space representation and then reconstructing the output from this representation.
The aim of an autoencoder is to learn a representation (encoding) for a set of data, typically for the purpose of dimensionality reduction.
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
Add a description, image, and links to the autoencoder-cifar10 topic page so that developers can more easily learn about it.
To associate your repository with the autoencoder-cifar10 topic, visit your repo's landing page and select "manage topics."