My master thesis project on malware detection using neural networks and multi task learning
Go to file
2017-07-16 09:42:52 +02:00
data
models fix network props, add PCA to visualize main 2017-07-14 21:01:08 +02:00
scripts add h5 support for pauls best config main 2017-07-11 11:12:03 +02:00
.gitignore add visualization for training curves, pr, roc 2017-07-14 14:58:17 +02:00
arguments.py add custom class weights based on sklearn balance 2017-07-14 15:57:52 +02:00
dataset.py add multi-threading for pre-processing 2017-07-16 09:42:52 +02:00
hyperband.py refactor argparser into separate file, add logger 2017-07-12 10:25:55 +02:00
main.py add multi-threading for pre-processing 2017-07-16 09:42:52 +02:00
Makefile add visualization for training curves, pr, roc 2017-07-14 14:58:17 +02:00
README.md
visualize.py add custom class weights based on sklearn balance 2017-07-14 15:57:52 +02:00

This is the init commit for my master thesis project.