Based on KDDCup data two approaches are taken. First with Random Forest and then with Support Vector Machine.
For Simplified Outlier Detection the following processes are included:
- Load Data
- Data Pre-processing
- Build Model
- Check Performance
In Anomaly detection using Support Vector Machine (SVM) Support Vector Machine is used, but the downside is processing time. This could be improved by parallel programming.