Does anybody have an implementation for denoising autoencoder (DAE) in matlab?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Elie Sfeir
am 17 Mär. 2020
Kommentiert: ido ohel
am 27 Feb. 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 Kommentare
Akzeptierte Antwort
Raunak Gupta
am 20 Mär. 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 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning for Image Processing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!