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

How to choose the activation function of the last layer in LSTM autoencoder? #2

Open
logfeng opened this issue Sep 7, 2019 · 0 comments

Comments

@logfeng
Copy link

logfeng commented Sep 7, 2019

Thanks for your great article and code, I've learned a lot from that! Here I have a question.
Why we choose the activation function of the last layer as relu in LSTM autoencoder, as there is a part of data less than 0 after standardization, causing the reconstruction error not fall close to 0. Is it better to choose tanh instead?
Thanks a lot!

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

1 participant