Skip to content

Commit 39790cb

Browse files
committed
updated readme
1 parent 350acee commit 39790cb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

readme.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,17 @@ To run an experiment:
77
./cleanup path-to-exp
88
THEANO_FLAGS='allow_gc=False,device=gpu,floatX=float32' ./spearmint path-to-exp/config.pb --driver=local --method=GPEIOptChooser --max-concurrent=1 --max-finished-jobs=30
99
```
10+
then:
11+
```
12+
THEANO_FLAGS='allow_gc=False,device=gpu,floatX=float32' python experiment.py
13+
```
14+
15+
I updated the scripts to run with the latest version of Keras. I also added a new experiments, using 10x training epochs compared to the original paper (which gives a drastic improvement both in terms of RMSE and test log-likelihood).
16+
17+
Updated results (compared to original results):
18+
19+
**Dataset** | Dropout RMSE (original) | Dropout Test LL (original) | Dropout RMSE (updated) | Dropout Test LL (updated)
20+
--- | --- | --- | --- | ---
21+
Boston Housing | 2.97 ± 0.85 | 2.798140 +- 0.837979 | -2.46 ± 0.25 | -2.389279 +- 0.201823
22+
Concrete Strength | 5.23 ± 0.53 | 4.814728 +- 0.640773 | -3.04 ± 0.09 | -2.940342 +- 0.100622
23+
Energy Efficiency | 1.66 ± 0.19 | 1.086462 +- 0.207133 | -1.99 ± 0.09 | -1.717450 +- 0.073061

0 commit comments

Comments
 (0)