-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
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? |
@abhisheks008 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. |
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.
📍 Follow the Guidelines to Contribute to the Project:
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled out properly, with proper visualizations and conclusions.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue:
Happy Contributing 🚀
All the best. Enjoy your open-source journey ahead. 😎
The text was updated successfully, but these errors were encountered: