Thijsvanede / DeepCASE

Original implementation and resources of DeepCASE as in the S&P '22 paper
MIT License
90 stars 26 forks source link

Question about training #10

Closed Mozolotov809 closed 4 months ago

Mozolotov809 commented 4 months ago

Hi, reading this paper make me feel astonish and inspired!!! I would like to implement this algorithm in real environment. I want to train this algorithm into real business, and adjust it to fit in. But I got a question here, I don't know which method to choose. The first one is that I use a little bit data, such as a week data which include almost all kinds of alarms to train , and then enlarge the amount of data. The other one is that I use one type of alarms to train, and make this fit to real situation, and then add another type of alarm to continue, and so on, until the algorithm absorb all of the alarms. Would you please give me some advice? Which one is quicker, and which one could be more accurate?

Thijsvanede commented 4 months ago

Hi Mozolotov809,