gc5084dev commited on
Commit
7dc3d91
·
verified ·
1 Parent(s): 1239887

Update parm_dict.json

Browse files
Files changed (1) hide show
  1. parm_dict.json +35 -0
parm_dict.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "root_path": "C:/tmp_data/extract_feature/",
3
+ "feature_file_name": "multi_features_data_simu5.pkl",
4
+ "Is_train_autoencoder": false,
5
+ "autoencoder_structure": 4,
6
+ "L1": {
7
+ "choose_model": "Hierarchical",
8
+ "_param1_dsp": "param 1 is factor ,the stable indicattor (percentage of flucuation)(difference from the reverse previous 2 level)",
9
+ "_param2_dsp": "param 2 is min number of cluster",
10
+ "_param3_dsp": "param 3 is max number of cluster",
11
+ "_param4_dsp": "param 4 is standby threshold (percentage)",
12
+ "Hierarchical_power_params": [
13
+ [0.3 , 4, 10, 0.5],
14
+ [0.2 , 4, 10, 0.5],
15
+ [0.15, 4, 10, 0.5],
16
+ [0.1 , 4, 10, 0.5]
17
+ ],
18
+ "Is_save_model": true,
19
+ "Hierarchical_vib_params": [ [0.2, 4, 10, 0.5] ],
20
+ "L1_models_name": "L1_models.pkl"
21
+ },
22
+ "L2": {
23
+ "strategy": "consensus",
24
+ "Is_save_model": true,
25
+ "consensus_model": "GMM",
26
+ "reslut_type": "prob",
27
+ "feature_fusion_pca_factor": 0.95,
28
+ "feature_fusion_model": "GMM",
29
+ "meta_clustering_model": "GMM",
30
+ "number_class": 0,
31
+ "min_class": 2,
32
+ "max_class": 7,
33
+ "covariance_type": "diag"
34
+ }
35
+ }