Giter Club home page Giter Club logo

willithesis's Introduction

githubneo

Graph Based Link Prediction In A Social Collaboration Network with Neo4j

This project implements collaborative filtering using a graph traversal pattern to generate recommendations for GitHub user follows. More information is available in this paper.

Data

GitHub follow data was collected from Githubarchive.org for the period April 1, 2013 - April 1, 2014. This data was anonymized and serialized to edgelist format:

1	2
3	4
5	6
7	8
9	10
11	12
11	13
14	15
16	17
18	19

Where the first column corresponds to the user id of the source id, the second column indicates the destination user id. The example above therefore represents user 1 follows user 2, user 3 follows user 4... The edgelist file for this project is data/git_follow/edgelist in this repository.

This data was then inserted into a Neo4j graph database instance for analysis. All user data is anonymized and is stored in Neo4j format in the data directory in this project.

Dependencies

Maven - this project uses Maven for dependency resolution and building, install Maven first:

  • sudo apt-get update
  • sudo apt-get install maven

How to run

  • Clone this repository: git clone https://github.com/johnymontana/githubneo.git
  • cd into the githubneo directory: cd githubneo
  • Run with maven: mvn exec:java -Dexec.mainClass="RecommendFollows"

The default configuration will run cross fold validation using random samples of the GitHub user graph for various configurations of the parameters. NOTE: this will take a while to run.

willithesis's People

Contributors

johnymontana avatar

Watchers

James Cloos avatar  avatar  avatar

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.