Commit Graph

29 Commits

Author SHA1 Message Date
René Knaebel d97785f646 replace softmax by sigmoid in final layer, also adjust dataset for that 2017-07-30 12:50:26 +02:00
René Knaebel b0da2de0ea move utils functions to new file 2017-07-29 19:47:02 +02:00
René Knaebel 820a5d1a4d add new network architecture - server label moves to the middle 2017-07-29 19:42:36 +02:00
René Knaebel 18b60e1754 add extended test mode for embeddings 2017-07-17 19:30:56 +02:00
René Knaebel 844494eca9 add multi-threading for pre-processing 2017-07-16 09:42:52 +02:00
René Knaebel 336be37032 fix network props, add PCA to visualize main 2017-07-14 21:01:08 +02:00
René Knaebel 6b787792db add custom class weights based on sklearn balance 2017-07-14 15:57:52 +02:00
René Knaebel b35f23e518 add visualization for training curves, pr, roc 2017-07-14 14:58:17 +02:00
René Knaebel d0418b9efa fix hyperband adding h5data and remove param sample 2017-07-12 15:18:45 +02:00
René Knaebel 2afaccc84b refactor argparser into separate file, add logger 2017-07-12 10:25:55 +02:00
René Knaebel 9f0bae33d5 refactor dataset generation, add callbacks 2017-07-11 21:06:58 +02:00
René Knaebel 522854ee0d add h5 support for pauls best config main 2017-07-11 11:12:03 +02:00
René Knaebel 41b38de1ab add feature: generate and use h5 data 2017-07-09 23:58:08 +02:00
René Knaebel fdc03c9922 add h5py example 2017-07-08 17:46:07 +02:00
René Knaebel 4a9f94a029 add output for main_test 2017-07-08 15:04:58 +02:00
René Knaebel 36cdba3fdf add pauls config test (TMP) 2017-07-08 13:01:58 +02:00
René Knaebel be56112b33 added params 2017-07-07 16:59:08 +02:00
René Knaebel 3c4be52bb6 refactor main functions - separate things into different functions 2017-07-07 08:43:16 +02:00
René Knaebel 933f6bf1d7 add feature to use both hits information from dataset 2017-07-06 16:27:47 +02:00
René Knaebel b2f5c56019 refactor dataset generation 2017-07-05 21:19:19 +02:00
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
René Knaebel 7c05ef6a12 refactor models package: create separate modules for pauls and renes networks 2017-07-05 18:10:22 +02:00
René Knaebel 3862dce975 added new networks for domain embedding and classification task 2017-07-05 17:37:08 +02:00
René Knaebel 5743127b7f new dataset format: multi-lists -> two arrays 2017-07-04 09:18:50 +02:00
René Knaebel 5f8a760a0c added some argparse arguments to main 2017-07-03 13:48:12 +02:00
René Knaebel c972963a19 network predicts 2 by 2 classes, refactored threshold to main 2017-06-30 18:43:50 +02:00
René Knaebel d19036a611 added pauls extensions for new predictions 2017-06-30 17:19:04 +02:00
René Knaebel 7ae68cc30e WIP 2017-06-30 10:42:21 +02:00
René Knaebel bbd63fd1da separating logical sections into dataset, models and main.
continued initial refactoring
2017-06-30 10:12:20 +02:00