My master thesis project on malware detection using neural networks and multi task learning
Перейти к файлу
René Knaebel 59c1176e85 refactor network to use new input format 2017-07-04 20:42:48 +02:00
data refactoring and adding standard files for .gitignore and .keep in data 2017-06-30 09:04:24 +02:00
scripts network predicts 2 by 2 classes, refactored threshold to main 2017-06-30 18:43:50 +02:00
.gitignore separating logical sections into dataset, models and main. 2017-06-30 10:12:20 +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 new dataset format: multi-lists -> two arrays 2017-07-04 09:18:50 +02:00
main.py new dataset format: multi-lists -> two arrays 2017-07-04 09:18:50 +02:00
models.py refactor network to use new input format 2017-07-04 20:42:48 +02:00

README.md

This is the init commit for my master thesis project.