/facebook_friend_prediction

Social network link prediction via node2vec.

Primary LanguagePython

Facebook Friend Prediction

This repository contains a machine learning model for predicting who would be friends in a social network. We empirically validate our findings via the Facebook dataset from SNAP.

A summary of our findings can be found at https://paul-tqh-nguyen.github.io/facebook_friend_prediction/.

Tools Used

The following tools were utilized:

Other Python libraries used include contextlib, typing-extensions, more-itertools, multiprocessing, typing, collections, argparse, json, random, os, and logging.