My master thesis project on malware detection using neural networks and multi task learning
Go to file
René Knaebel 18b60e1754 add extended test mode for embeddings 2017-07-17 19:30:56 +02:00
data refactoring and adding standard files for .gitignore and .keep in data 2017-06-30 09:04:24 +02:00
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
Makefile add visualization for training curves, pr, roc 2017-07-14 14:58:17 +02:00
README.md Init repo 2017-06-27 20:01:09 +02:00
arguments.py add custom class weights based on sklearn balance 2017-07-14 15:57:52 +02:00
dataset.py add extended test mode for embeddings 2017-07-17 19:30:56 +02:00
hyperband.py fix chunks per user function bug caused by numpy version of array_split 2017-07-16 18:49:14 +02:00
main.py add extended test mode for embeddings 2017-07-17 19:30:56 +02:00
visualize.py add custom class weights based on sklearn balance 2017-07-14 15:57:52 +02:00

README.md

This is the init commit for my master thesis project.