RocketFan / traffic-monitoring

1 stars 0 forks source link

Model for anomalies detection #2

Open RocketFan opened 10 months ago

RocketFan commented 10 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 9 months ago

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