-
Notifications
You must be signed in to change notification settings - Fork 122
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
Fixes Malware Detection #702
Conversation
👋 Thank you for opening this pull request! We appreciate your contribution to improving this project. Your PR is under review, and we'll get back to you shortly. To help move the process along, please tag @UppuluriKalyani, @Neilblaze, and @SaiNivedh26 for a faster review! |
@Varunshiyam add proper readme file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a proper .readme file
@SaiNivedh26 @UppuluriKalyani I had added up a Readme File , Kindly review it. |
@Varunshiyam why did you deleted the file? |
🎉🎉 Thank you for your contribution! Your PR #702 has been merged! 🎉🎉 |
Related Issues or bug
This project demonstrates the use of deep learning for malware detection on Android devices. The dataset, containing behavioral characteristics of both benign and malware apps, is analyzed and preprocessed. Feature selection is performed to identify the most relevant attributes. A deep neural network is then constructed and trained using an Adam optimizer and sparse categorical cross-entropy loss. The model's performance is evaluated and visualized, showing high accuracy in classifying malware. Further training with an SGD optimizer is applied to potentially enhance the model's performance. This project highlights the effectiveness of deep learning in identifying malicious software based on behavioral patterns.
Fixes: #701
Proposed Changes
Added up a Project File in the format of .ipynb with detailed Comments for easy Understanding