Skip to content

Commit b8284a8

Browse files
committed
update readme with experimental result
1 parent 814def6 commit b8284a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# GAE-DGL
22
Graph Auto-encoder [1] implemented with DGL by Shion Honda.
3-
Official implementation by the authors is [here](https://github.com/tkipf/gae) (TensorFlow, Python 2.7).
3+
Official implementation by the authors is [here](https://github.com/tkipf/gae) (TensorFlow, Python 2.7).
4+
Unlike other implementations, this repository supports inductive tasks using molecular graphs (ZINC-250k), showing the power of graph representation learning with GAE.
45

56
## Installation
67
### Prerequisites
@@ -38,7 +39,7 @@ Interestingly, I found GAE also works in inductive settings even though it was n
3839
![](zinc250k.png)
3940

4041
## Potential Application to Chemistry
41-
Is learned feature useful for predicting molecular properties? Let's check with simple examples. Here I use ESOL (solubility regression) dataset from [2], which can be downloaded [here](http://moleculenet.ai/datasets-1).
42+
Is learned feature through pre-training really useful for predicting molecular properties? Let's check with simple examples. Here I use ESOL (solubility regression) dataset from [2], which can be downloaded [here](http://moleculenet.ai/datasets-1).
4243

4344
|Feature + Model|RMSE|R2|
4445
|:--:|:--:|:--:|

0 commit comments

Comments
 (0)