DeepLog icon indicating copy to clipboard operation
DeepLog copied to clipboard

Model Performance is just 88%

Open lisn3 opened this issue 3 years ago • 7 comments

I trained the model using parameters in the paper for 300 epochs, but the final training accuracy is just 88%, and the testing F1-score is 88%. Could you please give some ideas? Has anyone got a higher performance?

lisn3 avatar Mar 20 '21 05:03 lisn3

@lisn3 try to use list to generate the full dataset, just like this: https://github.com/wuyifan18/DeepLog/blob/502aaf05be4c1251b7dc96f6439025c4fc988c66/LogKeyModel_predict.py#L11-L22

wuyifan18 avatar Mar 20 '21 05:03 wuyifan18

Thanks, I will try again.

lisn3 avatar Mar 20 '21 11:03 lisn3

Thanks, I will try again.

hi,have your performance gotten improved yet?

Abraham12580 avatar Apr 17 '21 13:04 Abraham12580

Unfortunately, that will be the highest performance with this implementation. The only way to increase it is by modifying the model and fine tuning parameters.

ldselvera avatar Apr 17 '21 20:04 ldselvera

Use one-hot vector for input data may help.

hayhan avatar Nov 23 '21 04:11 hayhan

If you do what wuifan suggested (replacing set with list) you'll get a tremendously increased performance.

elapsed_time: 2877.333s
false positive (FP): 841, false negative (FN): 381, Precision: 95.138%, Recall: 97.737%, F1-measure: 96.420%

gutjuri avatar Feb 26 '22 10:02 gutjuri

您好,我已经收到你的邮件。祝您工作顺利,天天开心思密达~                                                                 唐子超

Abraham12580 avatar Feb 26 '22 10:02 Abraham12580