January 27, 2018
Detecting Network Attacks with Isolation Forests
In this post, I will show you how to use the isolation forest algorithm to detect attacks to computer networks in python.
The term isolation means separating an instance from the rest of the instances. Since anomalies are ‘few and different’ and therefore they are more susceptible to isolation.
Read more