Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 627 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 627 Bytes

Malware-Detection

Malware Detection using Deep Learning

This repository contains project work for Malware Detection using Deep Learning.

In this method the Malware PE files are first converted into grey scale images and model is trained using CNN for classifying them according to their families. For detailed ecplaination visit githubpage.

The links for dataset, and githubpage is provided below. The notebook is provided in the repository.

The link for Dataset(Malimg):https://www.kaggle.com/ishwaryasuresh/malware-dataset.

The link for GithubPage:https://snehgaikwad.github.io/MalwareDetection/.