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

Fixes Malware Detection #702

Merged
merged 4 commits into from
Nov 1, 2024
Merged

Conversation

Varunshiyam
Copy link
Contributor

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

Copy link

github-actions bot commented Nov 1, 2024

👋 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.
Don't forget to mention the issue you solved!.

To help move the process along, please tag @UppuluriKalyani, @Neilblaze, and @SaiNivedh26 for a faster review!

@UppuluriKalyani
Copy link
Owner

@Varunshiyam add proper readme file

Copy link
Contributor

@SaiNivedh26 SaiNivedh26 left a 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

@Varunshiyam
Copy link
Contributor Author

@SaiNivedh26 @UppuluriKalyani I had added up a Readme File , Kindly review it.

@UppuluriKalyani
Copy link
Owner

@Varunshiyam why did you deleted the file?

@UppuluriKalyani UppuluriKalyani merged commit 7e832ac into UppuluriKalyani:main Nov 1, 2024
1 check passed
Copy link

github-actions bot commented Nov 1, 2024

🎉🎉 Thank you for your contribution! Your PR #702 has been merged! 🎉🎉

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

Successfully merging this pull request may close these issues.

Malware Detection with Deep Learning
3 participants