Does anybody have an implementation for denoising autoencoder (DAE) in matlab?
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Elie Sfeir
el 17 de Mzo. de 2020
Comentada: ido ohel
el 27 de Feb. de 2022
The Denoising Autoencoder was referred to in this paper: Stacked Denoising Autoencoders: Learning Useful Representations in a Deep Network with a Local Denoising Criterion. I am looking for a matlab code , if available.
0 comentarios
Respuesta aceptada
Raunak Gupta
el 20 de Mzo. de 2020
Hi,
Currently there is no directly implementation of stacked denoising Autoencoder function in MATLAB however you can train an Image Denoising Network with the help of dnCNNLayers which is a denoising convolutional neural network. This example mentions the full workflow using the same. Otherwise if you want to train stacked autoencoder you may look this example. For training a denoising stacked autoencoder you may do necessary tweaks needed for denoising in the original stacked autoencoder network.
Hope this provide a starting point for your work.
1 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning for Image Processing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!