Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 386 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 386 Bytes

Instruction

Step by step to run program:

  1. run labeling ( label each packets )
  2. run tool_label ( extract features from the file labeled above )
  3. run information_gain ( find 10 best ranking features for training and testing ) -- optional --
  4. run model classifier ( ANN or decision tree ) or any models

This project mainly uses classifier to check the flow is attacker or not.