My master thesis project on malware detection using neural networks and multi task learning
Go to file
René Knaebel a70d1cb03a fix: replace X_tr by its elements; choose selected samples for training data too 2017-07-05 18:37:29 +02:00
data refactoring and adding standard files for .gitignore and .keep in data 2017-06-30 09:04:24 +02:00
models refactor models package: create separate modules for pauls and renes networks 2017-07-05 18:10:22 +02:00
scripts added new networks for domain embedding and classification task 2017-07-05 17:37:08 +02:00
.gitignore added new networks for domain embedding and classification task 2017-07-05 17:37:08 +02:00
Makefile refactor network to use new input format 2017-07-04 20:42:48 +02:00
README.md Init repo 2017-06-27 20:01:09 +02:00
dataset.py fix: replace X_tr by its elements; choose selected samples for training data too 2017-07-05 18:37:29 +02:00
main.py fix: replace X_tr by its elements; choose selected samples for training data too 2017-07-05 18:37:29 +02:00

README.md

This is the init commit for my master thesis project.