My master thesis project on malware detection using neural networks and multi task learning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
René Knaebel 59c1176e85
refactor network to use new input format
6 years ago
data refactoring and adding standard files for .gitignore and .keep in data 6 years ago
scripts network predicts 2 by 2 classes, refactored threshold to main 6 years ago
.gitignore separating logical sections into dataset, models and main. 6 years ago
Makefile refactor network to use new input format 6 years ago
README.md Init repo 6 years ago
dataset.py new dataset format: multi-lists -> two arrays 6 years ago
main.py new dataset format: multi-lists -> two arrays 6 years ago
models.py refactor network to use new input format 6 years ago

README.md

This is the init commit for my master thesis project.