My master thesis project on malware detection using neural networks and multi task learning
Go to file
René Knaebel b3d646c9e7 add group lasso regularizer impl 2017-11-30 09:34:45 +01:00
data refactoring and adding standard files for .gitignore and .keep in data 2017-06-30 09:04:24 +02:00
models add group lasso regularizer impl 2017-11-30 09:34:45 +01:00
scripts remove model selection based on validation loss 2017-09-16 15:25:34 +02:00
.gitignore add visualization for training curves, pr, roc 2017-07-14 14:58:17 +02:00
Makefile refactor class weights 2017-11-10 14:31:32 +01:00
README.md Init repo 2017-06-27 20:01:09 +02:00
arguments.py add deeper domain cnn; refactor hyperband using load_data function 2017-11-10 12:52:18 +01:00
dataset.py extract weighting function 2017-11-10 10:18:13 +01:00
fancy.sh refactor hyperband; fix domain generation 2017-11-04 12:47:08 +01:00
hyperband.py move model creation back into models package 2017-11-07 20:09:20 +01:00
main.py reorder curve storing 2017-11-13 14:37:41 +01:00
rerun_models.sh refactor hyperband implementation 2017-09-29 22:59:57 +02:00
run.sh add first version of model averaging visualization 2017-09-26 19:25:37 +02:00
run_model.sh move model creation back into models package 2017-11-07 20:09:20 +01:00
run_model_rene.sh add first version of model averaging visualization 2017-09-26 19:25:37 +02:00
server.py remove identical parameter from data loading function; add runs argument 2017-11-07 20:47:41 +01:00
test.sh add parser argument for naming in multi model modes, minor fixes, re-set fix vals for network - need to make them flexible 2017-09-05 17:40:57 +02:00
utils.py add bulk embedding visualization and deep1 network 2017-10-09 14:19:01 +02:00
visualize.py add matplotlib agg mode; update beta vis function according to test results 2017-11-10 11:04:27 +01:00

README.md

This is the init commit for my master thesis project.