/INFS7450

Course projects for INFS7450 Social Media Analysis, the University of Queensland, 2020 s1

Primary LanguageJupyter Notebook

INFS7450

This is the class projects of INFS7450 Social Media Analysis

Project One

Betweenness Centrality & Page Rank

Using networkx to deal with a social network from Facebook.

The .pdf is a summary report and .py is my code with comments.

Project Two

Link prediction

Using random walk/ Katz/ GraphSAGE and some other methods to predict possible links in a social network.

The .pdf is a summary report and all my code and data are in the 'data&code'.