Giter Club home page Giter Club logo

anomaly-detection-kdd99-cnnlstm's Introduction

Anomaly-Detection-KDD99-CNNLSTM

This is a project that uses three models developed to classify incming packets on a KDD99 dataset. Three layers are used: KNN, CNN+LSTM, and a Random Forest Classifier. This project is a research based project and the model gives a minor boost in performance over using any of the given models individually.

The KDD'99 dataset is used as is and is preprocessed as a part of the projects source.

The final accuracy is 0.97833. The individual accuracy of a single model is:

KNN: 0.976835

CNN+LSTM: 0.9667878

Random Forest: 0.96381378

The main idea was to have 3 different classifier models trained on the same data. Then, we were to use all these models as a single ensemble learning model (or a voting classifier, somewhere in the middle). There are 2 main layers in the system:

  • The first layer has the KNN and the CNN+LSTM. They work together and give 2 different outputs.
  • The second layer has the Random Forest classifier to classify all the conflicted instances from the previous layer.

Author's Note

This project was done as a capstone project for my undergrad program, so it's not the implementation, but I will link the research paper in the readme once it gets published. Hope it helps.

Research Link

https://link.springer.com/chapter/10.1007/978-981-15-0199-9_58

anomaly-detection-kdd99-cnnlstm's People

Contributors

perridplatypus 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.