You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code for paper "Learning to learn from data: using deep adversarial learning to construct optimal statistical procedures". [[link](https://websitelinkhere)]
4
+
5
+
## Environment
6
+
We tested the code on
7
+
- julia 0.7
8
+
- Flux X.X
9
+
- Knet X.X
10
+
11
+
Other dependencies:
12
+
- TBD
13
+
14
+
### Installation
15
+
16
+
Install the appropriate versions of Julia/Knet/Flux using the following instructions:
17
+
```
18
+
...to be addedd..
19
+
```
20
+
21
+
## 01_pointEstimation_basic
22
+
```
23
+
cd ...
24
+
julia ...
25
+
```
26
+
Please see `01_pointEstimation_basic/...jl` for more options.
27
+
28
+
## 02_pointEstimation_illPosed
29
+
30
+
```
31
+
cd ...
32
+
julia ...
33
+
```
34
+
Please see `02_pointEstimation_illPosed/...jl` for more options.
35
+
36
+
## 03_prediction_binary
37
+
38
+
```
39
+
cd ...
40
+
julia ...
41
+
```
42
+
Please see `03_prediction_binary/...jl` for more options.
43
+
44
+
## 04_prediction_cluster_GMM
45
+
46
+
```
47
+
cd ...
48
+
julia ...
49
+
```
50
+
Please see `04_prediction_cluster_GMM/...jl` for more options.
51
+
52
+
## 05_confidence_region_construction
53
+
54
+
```
55
+
cd ...
56
+
julia ...
57
+
```
58
+
Please see `05_confidence_region_construction/...jl` for more options.
59
+
60
+
## Citation
61
+
If you use our code, please consider cite the following: *citation*.
0 commit comments