IntelligentDDS / SwissLog

The implementation of SwissLog in ISSRE'20 and TDSC'22
MIT License
50 stars 6 forks source link

Supervised or self-supervised? #3

Closed hayhan closed 1 year ago

hayhan commented 1 year ago

Thank you for your good work. It looks SwissLog is a method of supervised learning. Pls correct me if I'm wrong.

humanlee1011 commented 1 year ago

Hi @hayhan ,

The log parsing part of SwissLog is an unsupervised framework and the anomaly detection part of SwissLog requires some labelled data to train the Attn-based Bi-LSTM model. The anomaly detection part is a method of supervised learning.

hayhan commented 1 year ago

Got it. Thank you for your prompt response.