|
3a44efa775
|
minor changes for pauls test
|
2017-09-11 12:59:13 +02:00 |
|
|
6d8d7b19f3
|
fix covariance normalization; add run_model script for multi times training
|
2017-09-11 12:42:44 +02:00 |
|
|
6121eac448
|
remove regularizer for conv and domain
|
2017-09-10 23:40:14 +02:00 |
|
|
1cf62423e1
|
add regularization to small networks, fix model name in args, fix visualizations
|
2017-09-10 18:06:40 +02:00 |
|
|
6fef2b8b84
|
refactor all visualization for pauls changes - evaluate on max windows per users
|
2017-09-08 22:59:55 +02:00 |
|
|
9a51b6ea34
|
refactor test function working on full unfiltered data
|
2017-09-08 19:10:23 +02:00 |
|
|
edc75f4f44
|
refactor dataset creation, split up functions
|
2017-09-08 17:11:13 +02:00 |
|
|
528829bb33
|
fix file name in run script
|
2017-09-08 13:57:18 +02:00 |
|
|
70d00efb01
|
refactor using joblib for test results, make h5py store/load more flexible
|
2017-09-08 13:55:13 +02:00 |
|
|
1ab0108c78
|
add window to file names for visualization
|
2017-09-07 17:38:21 +02:00 |
|
|
595c2ea894
|
change argument interface
- add more properties for network specification
- change names for consistency
|
2017-09-07 15:53:58 +02:00 |
|
|
71f218888d
|
set server to be not trainable too; refactor visualization script
|
2017-09-07 15:31:04 +02:00 |
|
|
5bd8e41711
|
add staggered model training for intermediate sever prediction; refactor model return values
|
2017-09-07 14:24:55 +02:00 |
|
|
2080444fb7
|
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 |
|
|
ed4f478bad
|
add parser argument for naming in multi model modes, minor fixes,
|
2017-09-05 12:40:37 +02:00 |
|
|
1da31cc97c
|
visualize per user stats
|
2017-09-04 13:37:26 +02:00 |
|
|
3f6779fa3d
|
load names with data for per-user evaluation
|
2017-09-02 16:02:48 +02:00 |
|
|
0db8427457
|
update test script with bash loop
|
2017-09-02 12:58:48 +02:00 |
|
|
dc9180da10
|
refactor visualization, change arguments for model type and its depth
|
2017-09-01 10:42:26 +02:00 |
|
|
933eaae04a
|
change exception type in get_flow_per_user function and replace index to new range index
|
2017-08-31 13:49:33 +02:00 |
|
|
dceaf47211
|
fix typo
|
2017-08-31 11:25:49 +02:00 |
|
|
954dfcf9f9
|
fix run scripts
|
2017-08-05 09:40:40 +02:00 |
|
|
5a02f582cd
|
change model - add dense before server output in new model
add some new run scripts
|
2017-08-05 09:33:07 +02:00 |
|
|
6e7dc1297c
|
fix lazy domain loading and generation process
|
2017-08-03 12:27:17 +02:00 |
|
|
7f1d13658f
|
store domain embeddings while test main
|
2017-08-03 09:08:24 +02:00 |
|
|
452f9e0456
|
fix array() to zeros(0)
|
2017-08-03 08:00:20 +02:00 |
|
|
787f43b328
|
fix test predictions depending on model output specification
|
2017-08-03 07:51:58 +02:00 |
|
|
8ac195ba6f
|
add some static configs to run script
|
2017-08-02 15:13:09 +02:00 |
|
|
1e781d5491
|
add argument for model outputs
BUG: need to check --new_model --model_output server
|
2017-08-02 12:58:09 +02:00 |
|
|
f4da147688
|
refactor cmd argument to have single value for mode
|
2017-07-30 15:49:37 +02:00 |
|
|
e24f596f40
|
add argument for using the new model architecture
|
2017-07-30 14:07:39 +02:00 |
|
|
ebaeb6b96e
|
move vocab_size into implementation (not user dependent)
|
2017-07-30 13:47:11 +02:00 |
|
|
d97785f646
|
replace softmax by sigmoid in final layer, also adjust dataset for that
|
2017-07-30 12:50:26 +02:00 |
|
|
b0da2de0ea
|
move utils functions to new file
|
2017-07-29 19:47:02 +02:00 |
|
|
820a5d1a4d
|
add new network architecture - server label moves to the middle
|
2017-07-29 19:42:36 +02:00 |
|
|
8cd1023165
|
replace pca reduction by sklearn's truncated svd
|
2017-07-29 19:41:14 +02:00 |
|
|
2593131e9e
|
add embedding visualization and domain encoding generator
|
2017-07-29 10:43:59 +02:00 |
|
|
c1535b941b
|
remove max pooling from models for better infromation flow
|
2017-07-28 17:25:08 +02:00 |
|
|
18b60e1754
|
add extended test mode for embeddings
|
2017-07-17 19:30:56 +02:00 |
|
|
79fc441fe1
|
wip
|
2017-07-17 08:44:58 +02:00 |
|
|
d33c9f44ec
|
fix chunks per user function bug caused by numpy version of array_split
|
2017-07-16 18:49:14 +02:00 |
|
|
844494eca9
|
add multi-threading for pre-processing
|
2017-07-16 09:42:52 +02:00 |
|
|
336be37032
|
fix network props, add PCA to visualize main
|
2017-07-14 21:01:08 +02:00 |
|
|
6b787792db
|
add custom class weights based on sklearn balance
|
2017-07-14 15:57:52 +02:00 |
|
|
b35f23e518
|
add visualization for training curves, pr, roc
|
2017-07-14 14:58:17 +02:00 |
|
|
d0418b9efa
|
fix hyperband adding h5data and remove param sample
|
2017-07-12 15:18:45 +02:00 |
|
|
2afaccc84b
|
refactor argparser into separate file, add logger
|
2017-07-12 10:25:55 +02:00 |
|
|
9f0bae33d5
|
refactor dataset generation, add callbacks
|
2017-07-11 21:06:58 +02:00 |
|
|
a196daa895
|
add simple flow feature extraction function
|
2017-07-11 13:46:25 +02:00 |
|
|
522854ee0d
|
add h5 support for pauls best config main
|
2017-07-11 11:12:03 +02:00 |
|