Releases: bliutech/nlp-pdf-malware-detection
Releases · bliutech/nlp-pdf-malware-detection
v1.0.0
Initial release of "NLP-based Malware Detection of PDFs" in timeline with the completion of ECE 188: Computer Security. Below are attached files regarding the model weights, training data, and validation data in support of the initial release for those interested to run the relevant scripts in this repository.
Release Files:
testing.csv
: generated testing data from CIC-Evasive-PDFMal2022 and preprocessed bycsv_generator.py
training.csv
: generated training data from CIC-Evasive-PDFMal2022 and preprocessed bycsv_generator.py
model_weights.pth
: copy of the model weights produced by the initial training on this given dataset