Git Product home page Git Product logo

instagram-friend-recommendation-using-graph-mining's Introduction

Instagram-Friend-Recommendation-using-Graph-Mining

๐Ÿ‘ซ In this challenge we are given a directed social graph, and we have to predict missing links to recommend users (Link Prediction in graph).

Problem statement:

Given a directed social graph, have to predict missing links to recommend users (Link Prediction in graph)

About Dataset:

Our dataset is directed graph data We have approx. 1.86M nodes and 9.43M edges. Data was obtained from kaggle. You can get data from here https://www.kaggle.com/c/FacebookRecruiting We have provided only connected nodes. i.e. 9.43M edges. But for each user among n user's, there is n-1 edges. So, for n nodes total possible edges are of 10^12 order.

Performance metric:

  • Both precision and recall is important so F1 score is good choice
  • Confusion matrix

Training Dataset preperation:

  • If we consider y= 1 , if edge is present in between two nodes.
  • We will assume y = 0 , if no edge is present.
  • Generated Bad links from graph which are not in graph and whose shortest path is greater than 2

Featurization:

Featurization is the most important part of this case study. Below is the list of extracted features

  • Similarity measures
  • Jaccard Distance
  • Cosine distance
  • Ranking Measure
  • Page Ranking (https://en.wikipedia.org/wiki/PageRank)
  • Graph Features
  • Shortest Path
  • Checking for same community
  • Adamic/Adar Index
  • Is following back
  • Katz Centrality
  • Hits Score
  • num followers
  • num followees

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.