You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!☺️
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
The text was updated successfully, but these errors were encountered: