Skip to content

We design machine learning models, performed feature engineering and classification on different malwares. Train the models and prevent the over-fitting of data. Then, we optimize the award winning Kaggle code that successfully classifies malwares to reduce the consumption of memory and execution time of the scripts.

Notifications You must be signed in to change notification settings

Abhi-1994/Malware-Detection-project

Repository files navigation

Malware-Detection-project

CISC850 - MACHINE LEARNING

This is the repository for our project- Malware detection through machine learning

Project Description- We analyze the award winning Kaggle code that successfully classifies malware using various machine learning algorithms and optimize the code to reduce the consumption of memory and execution time of the scripts. Unlike the kaggle team, we follow a parallel processing approach. Our re-written optimized Kaggle Scripts are in the repository. We would like to thank the Kaggle Team for giving us a head start.

Collaborators

Vinit Singh (vinitvs@udel.edu) Abhilash Parthasarthy (abhipart@udel.edu) Mingxing Gong (mingxing.gong@gmail.com)

1.Successfully extracts a small dataset of training and testing data from a large dataset. 2.Successfully exctracts features from this subset of large dataset. 3.Feature engineering is performed and the model is trained to minimize the log loss error, The model correctly classifies the malwares into various families. Further, it solves the overfitting problem. 4.We analyze the relation between the size training data and the time it takes to train the model. 5.We also analyze the relation between the size training data and the log loss.

About

We design machine learning models, performed feature engineering and classification on different malwares. Train the models and prevent the over-fitting of data. Then, we optimize the award winning Kaggle code that successfully classifies malwares to reduce the consumption of memory and execution time of the scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published