My master thesis project on malware detection using neural networks and multi task learning
Go to file
2017-07-04 20:42:48 +02:00
data
scripts network predicts 2 by 2 classes, refactored threshold to main 2017-06-30 18:43:50 +02:00
.gitignore separating logical sections into dataset, models and main. 2017-06-30 10:12:20 +02:00
dataset.py new dataset format: multi-lists -> two arrays 2017-07-04 09:18:50 +02:00
main.py new dataset format: multi-lists -> two arrays 2017-07-04 09:18:50 +02:00
Makefile refactor network to use new input format 2017-07-04 20:42:48 +02:00
models.py refactor network to use new input format 2017-07-04 20:42:48 +02:00
README.md

This is the init commit for my master thesis project.