Skip to content

Commit

Permalink
Update README: twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashu1 committed May 16, 2018
1 parent 38f09a6 commit 545b70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Link Prediction Experiments

**This repository contains a series of machine learning experiments for [link prediction](https://www.cs.cornell.edu/home/kleinber/link-pred.pdf) within social networks.**

We first implement and apply a variety of link prediction methods to each of the ego networks contained within the [SNAP Facebook dataset](https://snap.stanford.edu/data/egonets-Facebook.html) and to various [random networks](https://networkx.github.io/documentation/networkx-1.10/reference/generators.html) generated using [networkx](https://networkx.github.io/), and then calculate and compare the ROC AUC, Average Precision, and runtime of each method.
We first implement and apply a variety of link prediction methods to each of the ego networks contained within the [SNAP Facebook dataset](https://snap.stanford.edu/data/egonets-Facebook.html) and [SNAP Twitter dataset](https://snap.stanford.edu/data/egonets-Twitter.html), as well as to various [random networks](https://networkx.github.io/documentation/networkx-1.10/reference/generators.html) generated using [networkx](https://networkx.github.io/), and then calculate and compare the ROC AUC, Average Precision, and runtime of each method.

### Link Prediction Methods Tested:
* [(Variational) Graph Auto-Encoders](https://arxiv.org/abs/1611.07308): An end-to-end trainable convolutional neural network model for unsupervised learning on graphs
Expand Down

0 comments on commit 545b70f

Please sign in to comment.