Code Monkey home page Code Monkey logo

unsw-binary-classifier's Introduction

Binary Classification Model for Network Intrusion Detection

Project Overview

This project develops a binary classification model focused on network intrusion detection. Utilizing the UNSW_NB15 dataset, the model aims to classify network activities into two classes: attacks (Class 1) and non-attacks (Class 0).

Model Performance Summary

Overall Metrics

  • Accuracy: 91.688% - High rate of correctly classifying both attack and non-attack instances.
  • Precision (Class 1): 96.814% - Reliable prediction of network attacks.
  • Recall (Class 1): 90.770% - Effective identification of actual attack instances.
  • F1 Score: 93.695% - Balanced measure of precision and recall.

Class-wise Performance Analysis

  • Class 0 (Non-Attacks):

    • Precision: 83% - This suggests a moderate rate of false positives, indicating that while the model is fairly accurate in predicting non-attacks, there are instances where it incorrectly labels attacks as non-attacks.
    • Recall: 94% - Indicates high sensitivity in detecting true non-attack instances. The model is adept at identifying most of the actual non-attack scenarios.
  • Class 1 (Attacks):

    • Precision: 97% - Denotes a high rate of correctly identified attacks. The model is very effective at pinpointing instances of attacks with minimal false positives.
    • Recall: 91% - Confirms the model's effectiveness in capturing attack instances. It successfully identifies a majority of the actual attacks, though there is some room for improvement in recognizing all attack instances.

unsw-binary-classifier's People

Contributors

sepuliini avatar

Watchers

 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.