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?
> 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
Post a Comment