d0ng1ee / logdeep

log anomaly detection toolkit including DeepLog
MIT License
387 stars 115 forks source link

Problems About RobustLog #4

Closed rhanqtl closed 4 years ago

rhanqtl commented 4 years ago

Hi, thank you for this awesome toolkit!

What confuses me is that it seems that you don't set an attention layer, which is mentioned in the paper, in the RobustLog model. Do you mind explaining the reason for me? I'm a ML/DL newbie. Thanks in advance!

d0ng1ee commented 4 years ago

In my experiment(both loganomaly and robustlog), the attention mechanism(seems popular in papers in the nlp field) has little effect on the experimental results. You can try it, if it works welcome make a pull request! I will update the code with an attention layer later :)

rhanqtl commented 4 years ago

Thank you for your reply!