Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Project Addition] : Network Anomaly Detection using BiLSTM #863

Closed
bristiHalder opened this issue Jul 19, 2024 · 4 comments
Closed

[Project Addition] : Network Anomaly Detection using BiLSTM #863

bristiHalder opened this issue Jul 19, 2024 · 4 comments

Comments

@bristiHalder
Copy link

Deep Learning Simplified Repository (Proposing new issue)

🔴 Project Title : Network Anomaly Detection using BiLSTM

🔴 Aim: To detect anomalies in network traffic data by leveraging the sequential learning capabilities of LSTM networks, enhanced by the bidirectional processing of BiLSTM.

It is handy for detecting unusual patterns in network traffic that may indicate security threats or malfunctions.

  • Data Preprocessing
  • BiLSTM Model Design
  • Model Training
  • Anomaly Detection
  • Visualization

📍 Follow the Guidelines to Contribute to the Project:

  • You need to create a separate folder named the Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.
    • Dataset - To store the dataset or, information/source about the dataset.
    • Model - To store the machine learning model you've created using the dataset.
    • requirements.txt - This file will contain the required packages/libraries to run the project in other machines.
  • Inside the Model folder, the README.md file must be filled out properly, with proper visualizations and conclusions.

🔴🟡 Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include the issue number along with it.
  • Follow the Contributing Guidelines & Code of Conduct before starting Contributing.

To be Mentioned while taking the issue:


Happy Contributing 🚀

All the best. Enjoy your open-source journey ahead. 😎

Copy link

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@abhisheks008
Copy link
Owner

Hi @bristiHalder thanks for creating the issue. Apart from BiLSTM what are the other options you are looking for this particular problem statement. Also can you share the source of the dataset?

@bristiHalder
Copy link
Author

@abhisheks008
I'm focusing solely on BiLSTM for this problem statement and am not considering other options at this time.

This is the dataset : Dataset.

@abhisheks008
Copy link
Owner

@abhisheks008 I'm focusing solely on BiLSTM for this problem statement and am not considering other options at this time.

This is the dataset : Dataset.

Focusing on a single algorithm is okay. But here in this project repository we used deploy/implement at least 3 models on the dataset and compare them based on the accuracy scores to find out the best fitted model.

Implementing a single model will not work here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants