Retraining Deep denoising Autoencoder

1 visualización (últimos 30 días)
Roro
Roro el 11 de Mzo. de 2019
Respondida: BERGHOUT Tarek el 9 de Abr. de 2019
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

Respuestas (1)

BERGHOUT Tarek
BERGHOUT Tarek el 9 de Abr. de 2019
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 .

Categorías

Más información sobre AI for Signals en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by