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

2 Layer LSTM #20

Open
Tobias128128 opened this issue Dec 30, 2018 · 6 comments
Open

2 Layer LSTM #20

Tobias128128 opened this issue Dec 30, 2018 · 6 comments

Comments

@Tobias128128
Copy link

In the article "LSTM-based Encoder-Decoder for Multi-sensor Anomaly Detection" from Malhotra are two LSTM layers (encoder and decoder) mentioned. You refered to that article and you wanted to implement that concept. But I can't see in your RNNPredictor-model that you implement two separate LSTM layer. Do you deviate from that concept intentionally or have I missed something?

@chickenbestlover
Copy link
Owner

chickenbestlover commented Dec 31, 2018 via email

@Tobias128128
Copy link
Author

Thank you for your response.
Do you think that the architecture in this paper from Malhotra is more powerful?

@chickenbestlover
Copy link
Owner

chickenbestlover commented Dec 31, 2018 via email

@Tobias128128
Copy link
Author

I‘ve implemented the lstm autoencoder model in pytorch and it seems to work great with machine data. I‘m now validating the model...

@rockytallen
Copy link

I‘ve implemented the lstm autoencoder model in pytorch and it seems to work great with machine data. I‘m now validating the model...

I have read the article 'LSTM-based Encoder-Decoder for Multi-sensor Anomaly Detection'.
And interested in implementing the model to test also.
could you please share with me the information(code) in detail.
many thanks

@dagap
Copy link

dagap commented Jan 9, 2020

I‘ve implemented the lstm autoencoder model in pytorch and it seems to work great with machine data. I‘m now validating the model...

Did you use a Sequence2Sequence like model for 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

4 participants