RocketFan / traffic-monitoring

1 stars 0 forks source link

Model for anomalies detection #2

Open RocketFan opened 1 year ago

RocketFan commented 11 months ago

I will try to implement SOM clustering to detect anomalies. For this, dataset need to be divided into chunks, which then will be forwarded to the algorithm to group them.

Problem can be also described as Fraud detection, which can be solved with other algorithms:

RocketFan commented 11 months ago

https://www.superdatascience.com/blogs/the-ultimate-guide-to-self-organizing-maps-soms - nice tutorial for SOM algorithm