Does anybody have an implementation for denoising autoencoder (DAE) in matlab?

14 ビュー (過去 30 日間)
Elie Sfeir
Elie Sfeir 2020 年 3 月 17 日
コメント済み: ido ohel 2022 年 2 月 27 日
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.

採用された回答

Raunak Gupta
Raunak Gupta 2020 年 3 月 20 日
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 件のコメント
ido ohel
ido ohel 2022 年 2 月 27 日
and if i need encoder decoder for speech enhancement?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning for Image Processing についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by