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

Autoencoder Algorithm #198

Open
trungkien210493 opened this issue Dec 9, 2019 · 0 comments
Open

Autoencoder Algorithm #198

trungkien210493 opened this issue Dec 9, 2019 · 0 comments

Comments

@trungkien210493
Copy link

trungkien210493 commented Dec 9, 2019

Dear @WGierke and team,
According to your reference "Outlier Detection Using Replicator Neural Networks" , DaWaK 2002, I see that in the paper, they implemented the RNN with 5 layers. But in your code "src/algorithms/autoencoder.py", you implement a simple auto-encoder, that mean it contains only 4 layers. Then, I think you should to correct the reference in "readme" file. On other hand, to detect the anomalies, you use the multivariate normal random variable, it is nearly the same ideal of "LSTM-based Encoder-Decoder for Multi-sensor Anomaly Detection", but I'm not clear why you rolling the data by using the "sequence_length" variable and calculate the "mean" of the score according to the rolling data. Anyway, this is a good repos to anyone to learning and testing deep learning.

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