Git Product home page Git Product logo

svm's Introduction

---------------
Referred Paper
---------------
Monitoring SIP traffic using support vector machines(Mohamed Nassar, Radu State, and Olivier Festor).

-------------
TCPDUMP
-------------
Input = tcpdump data placed in dumpfiles. eg:dumpfiles/try1

Perl interface for LIBPCAP library used :CPAN
call-flow-features.pl

Output : 38 features stored in temps.txt

command : perl call-flow-features.pl>temps.txt

---------
Dataset
---------
Replace tcpdump input with the dataset files (eg: asterisk)

---------------------------------
Converting temps.txt to SVM input
----------------------------------
Use C program convert.c to convert temps.txt features to SVM input.
Input: temps.txt
Output: svm.txt
Command:gcc convert.c

-----
SVM
-----
Input stored in svm_input folder for each of the dataset files.
Combined training & predict files stored in files named "train" and "predict"

LibSVM 3.1 is used.
Stored in libsvm-3.1 folder. (model file for training set also stored there)

Commands :
./svm-train -c 1000 /home/sarang/libpcap/train
./svm-predict /home/sarang/libpcap/predict ./train.model /home/sarang/libpcap/out

Output file stored in file named "out".

svm's People

Contributors

sarangab avatar

Watchers

 avatar

Forkers

tinahappy

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.