Giter VIP home page Giter VIP logo

alireza-mht / greywolfoptimization-mksvm Goto Github PK

View Code? Open in Web Editor NEW
41.0 4.0 14.0 310 KB

Using GreyWolfOptimization for feature selection and multi kernel SVM for classification for Malware Hunting on IoT devices

License: GNU General Public License v3.0

Python 100.00%
gwo optimizer malware-research svm-classifier classification multi-kernel-svm feature-selection grey-wolf-optimizer malware-detection

greywolfoptimization-mksvm's Introduction

Malware Detection on IoT devices using Grey Wolf Optimization-MKSVM

In this project, we use Grey Wolf Optimization for feature selection and multi-kernel SVM for classification of a dataset. Two kernels of BFR and Linear are used, and you can change the kernels if you want (in MultiKernelSVM.py). The GWO creates the results in the numbers between 0 and 1, and we choose the features based on these numbers. We receive the numbers in method classify in MultiKernelSVM.py and create a model based on selected features. Afterward, we test this model and pass the accuracy as the fitness number to the GWO.

How to use?

First, you need to change the param method and set the numbers of your features in your dataset (in optimizer.py). You can change the path of your dataset in the MultiKernelSVM.py. In the next step, just run the optimizer file.

Refrence

You can cite our paper: https://ieeexplore.ieee.org/document/9205853

Here is the link to dataset: https://github.com/CyberScienceLab/Datasets/blob/master/IoT/OpCode/OpCode/bytecode.7z

Note: This code is not the final version.

greywolfoptimization-mksvm's People

Contributors

alireza-mht avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

greywolfoptimization-mksvm's Issues

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.