Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doubt_regarding_model_structure #2

Open
akshayaCap opened this issue Sep 28, 2018 · 2 comments
Open

Doubt_regarding_model_structure #2

akshayaCap opened this issue Sep 28, 2018 · 2 comments

Comments

@akshayaCap
Copy link

Please correct me if I am wrong: Stacked Denoising Autoencoder needs to be trained layerwise upto my knowledge. I cannot see the code written in this fashion. Please correct me if I am missing on something.

@jonlu0602
Copy link
Owner

At first, layer-wise training was useful for denoising autoencoder in small dataset. However, we can improve our performance by fitting a lot of data or RNN to predict our denoising spectrogram. That's why I didn't train in layer-wise way.

references:
https://hal.inria.fr/hal-01163493/document
https://www.citi.sinica.edu.tw/papers/yu.tsao/6258-F.pdf

@akshayaCap
Copy link
Author

At first, layer-wise training was useful for denoising autoencoder in small dataset. However, we can improve our performance by fitting a lot of data or RNN to predict our denoising spectrogram. That's why I didn't train in layer-wise way.

references:
https://hal.inria.fr/hal-01163493/document
https://www.citi.sinica.edu.tw/papers/yu.tsao/6258-F.pdf

Thank-you for clarification. I went through the code and could not find this method of pre-processing included. Do you have any other repository where you have implemented this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants