malware-modeler 0.0.3

Train logisitic regression models for benign vs. malicious files based on byte n-grams and publish research.
Documentation
1
2
3
4
5
6
7
8
9
# This is for testing L1 regularization by showing that the 3rd-5th columns
# don't help with the classification and should be zero and removed.
# Features: 01, 02, 03, 04, 05, 06
# File type: PDF
# Type used for testing, not used
0,0,0,0,0,1,0
0,0,0,0,0,1,0
1,0,0,0,0,0,1
1,1,0,0,0,0,1