We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3c475 commit 1067480Copy full SHA for 1067480
README.md
@@ -7,3 +7,10 @@ Betweenness Centrality & Page Rank
7
Using networkx to deal with a social network from Facebook.
8
9
The .pdf is a summary report and .py is my code with comments.
10
+
11
+## Project Two
12
+Link prediction
13
14
+ Using random walk/ Katz/ GraphSAGE and some other methods to predict possible links in a social network.
15
16
+ The .pdf is a summary report and all my code and data are in the 'data&code'.
0 commit comments