Retraining Deep denoising Autoencoder
5 ビュー (過去 30 日間)
古いコメントを表示
Hello,
How Can I retrain composed two DDAEs. where first and second DDAEs have different window lengths of one and three frames respectively. Noisy speech features are used as the input of the first DDAE and its output, along with one past and one future enhanced frames from outputs of the first DDAE, are given to the next DDAE whose window length would be three.
Thanks a lot
0 件のコメント
回答 (1 件)
BERGHOUT Tarek
2019 年 4 月 9 日
you will nerver long use the speach frames in the second DAEs,
-first: you will encode your input frames with the first DAs.
-second:you will use the encoded inputs (the new representation of the inputs(hodden layers)) as the input of the next DEs.
you can mange my code to be capable to train stacked DAEs , it is very fast, if you liked it please rate it and give us your opinion .
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で AI for Signals についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!