From 2a3bfbcb5a70593f5eeec32b866cd247cd658981 Mon Sep 17 00:00:00 2001 From: William L Hamilton Date: Fri, 9 Jun 2017 11:18:53 +0100 Subject: [PATCH] Create README.md Added in acknowledgments. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 72b8d25..4ccf602 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,9 @@ Note that the full log outputs and stored embeddings can be 5-10Gb in size (on t The unsupervised variants of GraphSAGE will output embeddings to the logging directory as described above. These embeddings can then be used in downstream machine learning applications. The `eval_scripts` directory contains examples of feeding the embeddings into simple logistic classifiers. + +#### Acknowledgements + +The original version of this code base was originally forked from https://github.com/tkipf/gcn/, and we owe many thanks to Thomas Kipf for making his code available. +We also thank Yuanfang Li and Xin Li who contributed to a course project that was based on this work. +Please see the [paper](https://arxiv.org/pdf/1706.02216.pdf) for funding details and additional (non-code related) acknowledgements.