minghust / MaliciousExeDetect

datamining, dataset: (UCI) Detect Malacious Executable(AntiVirus) Data Set

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detecting malicious executable files using machine learning

Dir tree

├── KNN
│   └── knn_train.py
├── NaiveBayes
│   └── NaiveBayes_train.py
├── SVM
│   └── svm_train.py
├── TestData
│   └── test.txt - testing set
├── TrainData
    └── dataset.train - training set

Needed libs

  • sklearn
  • numpy

Run

cd KNN
python3 knn_train.py

About

datamining, dataset: (UCI) Detect Malacious Executable(AntiVirus) Data Set


Languages

Language:Python 100.0%