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

Malware Detection with Deep Learning #701

Closed
Varunshiyam opened this issue Nov 1, 2024 · 2 comments · Fixed by #702
Closed

Malware Detection with Deep Learning #701

Varunshiyam opened this issue Nov 1, 2024 · 2 comments · Fixed by #702

Comments

@Varunshiyam
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The increasing prevalence of malware on mobile devices, particularly Android, poses a significant threat to user security and privacy. Traditional malware detection methods often rely on signature-based approaches, which struggle to keep pace with the rapid evolution of malware and are easily evaded by new, unseen threats. This necessitates the development of more robust and adaptive techniques for accurate and efficient malware detection.

Describe the solution you'd like

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.

Additional context

Screenshot 2024-11-01 at 9 28 29 AM Screenshot 2024-11-01 at 9 28 57 AM
@Varunshiyam Varunshiyam added the enhancement New feature or request label Nov 1, 2024
Copy link

github-actions bot commented Nov 1, 2024

Thanks for creating the issue in ML-Nexus!🎉
Before you start working on your PR, please make sure to:

  • ⭐ Star the repository if you haven't already.
  • Pull the latest changes to avoid any merge conflicts.
  • Attach before & after screenshots in your PR for clarity.
  • Include the issue number in your PR description for better tracking.
    Don't forget to follow @UppuluriKalyani – Project Admin – for more updates!
    Tag @Neilblaze,@SaiNivedh26 for assigning the issue to you.
    Happy open-source contributing!☺️

Copy link

github-actions bot commented Nov 1, 2024

Hello @Varunshiyam! Your issue #701 has been closed. Thank you for your contribution!

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

Successfully merging a pull request may close this issue.

2 participants