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 identify anomaly in LSTM prediction? #2

Open
KiteFlyKid opened this issue May 19, 2020 · 1 comment
Open

how to identify anomaly in LSTM prediction? #2

KiteFlyKid opened this issue May 19, 2020 · 1 comment

Comments

@KiteFlyKid
Copy link

Is the LSTM a regression model to predict anomaly?
If so, after you have calculated the rmse score of the coming action in the LSTM forecast function, how do you identify an anomaly based on that score?

@vinal-2
Copy link

vinal-2 commented Apr 20, 2023

Yes, the LSTM in the project is a regression model to predict anomalies. It is used to forecast the next action that a user will take. If the predicted action is significantly different from the actual action, then this may indicate an anomaly.

They use the RMSE score to identify anomalies set at 0.5, so any predicted value that is more than 0.5 away from the actual value is considered an anomaly.

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