Machine learning for encrypted traffic using restnet
madhucharis
63 views
7 slides
Jul 07, 2021
Slide 1 of 7
1
2
3
4
5
6
7
About This Presentation
This compares Rest Net vs MLP presented fro Show and Tell
Size: 358.99 KB
Language: en
Added: Jul 07, 2021
Slides: 7 pages
Slide Content
Machine Learning for Encrypted Traffic Behavior Modelling Abdul Samadh and Madhusoodhana Chari S
Problem Statement: With the growing adoption of encrypted traffic, Encrypted Network Traffic Classification of different sorts has been very pivotal to network management, visibility and security. With scaling networks and network usage the continuous monitoring of networks has become very important. Solution: We observe the flow statistical properties from the packet header. We specifically propose using a residual network to treat statistical network data as images and perform classification.
Why RESNET? Solves the vanishing gradient problem in deep neural networks . Deeper neural networks are better at classifying highly complex data. Gives us a general classification framework with networking traffic modelling instead of using specific models for specific use cases. Ability to model complex non-linear relations and achieve more expressiveness and generalization. Better scalability