GithubHelp home page GithubHelp logo

vicentzhang259 / network-traffic-classification Goto Github PK

View Code? Open in Web Editor NEW

This project forked from machinelearningzuu/network-traffic-classification

0.0 1.0 0.0 824 KB

Deep Learning model for analysis and identify the application for given Teletraffic pattern. 1D convolution and FFN models using for this task

Python 100.00%

network-traffic-classification's Introduction

Network Traffic Classification and Anomaly Detection

Deep Learning model for analysis and identify the application for given Teletraffic pattern. Experiment with different models including MLPs and CNNs. Final object is to detect anomaly apps with unusual traffic patterns.

  • Analyze network traffic for both incoming and outgoing
  • Extract statistical features
  • Train the supervised deep learning model
  • Handle anomalies using softmax probabilities

Techniques

  • Supervised Deep Learning, Unsupervised Deep Learning
  • Statistical feature calculation

Models

  • 1D-CNN with Statistical features
  • ANN with Statistical features
  • 2D-CNN with Spatial features

Tools

  • TensorFlow - Deep Learning Model
  • pandas - Data Extraction and Preprocessing
  • numpy - numerical computations
  • scikit learn - Advanced preprocessing

Installation

Install the dependencies and conda environment

$ conda create -n envname python=python_version
$ activate envname 
$ conda install -c anaconda tensorflow-gpu
$ conda install -c anaconda pandas
$ conda install -c anaconda matplotlib
$ conda install -c anaconda scikit-learn

For Train Model...

$ python model.py

network-traffic-classification's People

Contributors

machinelearningzuu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.