/pe_malware_prediction

To predict portable executable malware using Neural Networks with Tensorflow

Primary LanguageJupyter Notebook

Malware Prediction

Predict portable executable malware using Neural Networks (Tensorflow).

Dataset taken from kaggle

Requirements

Python 3 and necessary libraries given in requirements.txt (or) req.txt.

Install the required libraries using the pip package manager.

For pip version 19.1 or above:

pip install -r requirements.txt --user

or

pip3 install -r requirements.txt --user

Future Scopes

  • Build different Neural Network architectures involving Convolutions and Recurrent cells.
  • Use a different sampling method to overcome classs imbalance.