network-analysis-and-ids-project
https://github.com/vinaygummadi/network-analysis-and-ids-project
Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.0%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: vinaygummadi
- Language: Python
- Default Branch: main
- Size: 626 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
Citation
README.md
Network Intrusion Detection System (IDS)
Overview
This project implements a Network Intrusion Detection System (IDS) using various machine learning algorithms. It analyzes network traffic data and classifies it as normal or malicious. The system supports multiple classifiers and visualizes traffic patterns for better insights.
Features
- Supports multiple machine learning models (Logistic Regression, Random Forest, SVM, etc.).
- Handles data preprocessing, scaling, and dimensionality reduction using PCA.
- Visualizes traffic patterns and classifier decision boundaries.
- Supports parallel execution of multiple classifiers.
Requirements
- Python 3.7 or higher
- Required Libraries (install using
requirements.txt):- numpy
- pandas
- matplotlib
- scikit-learn
Setup and Usage
- Clone the repository: ```bash git clone https://github.com/vinaygummadi/Network-Analysis-and-IDS-project cd Network-Analysis-and-IDS-project
Project Reference : https://github.com/N-Kishore-Kumar/Intrusion-Detection-System-using-ML-Algorithms
Owner
- Login: vinaygummadi
- Kind: user
- Repositories: 1
- Profile: https://github.com/vinaygummadi
Citation (Citations)
This project was developed on the reference of Intrusion-Detection-System-using-ML-Algorithms by N-Kishore-Kumar(https://github.com/N-Kishore-Kumar) Project Reference : https://github.com/N-Kishore-Kumar/Intrusion-Detection-System-using-ML-Algorithms
GitHub Events
Total
- Push event: 12
- Create event: 2
Last Year
- Push event: 12
- Create event: 2
Dependencies
requirements.txt
pypi
- RequiredLibraries *