Day 70 Part 2 : Getting MVP ready for ML part

Todo for this week,

> Getting a basic ML DDoS detection algorithm up and running

The features extracted so far,
1. Total Inflow Packets
2. Average Number of inflow packets (Total/Number of flows)
3. Total Number of flows
4. Total Packet length
5. Average packet length (Total/Number of packets)

Machine Learning algorithm at focus : K means clustering

How will the ML algo fit into the project?


Comments

Popular posts from this blog

Day 12: Master Slave SDN Controller Architecture

Day 50: Tcpreplay and tcpliveplay approach

Day 10: Mininet Simulation of a basic distributed SDN controller architeture