All Projects → iamsinghrajat → Friends-Recommender-In-Social-Network

iamsinghrajat / Friends-Recommender-In-Social-Network

Licence: other
Friends Recommendation and Link Prediction in Social Netowork

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Friends-Recommender-In-Social-Network

Social-Network-Analysis-in-Python
Social Network Facebook Analysis (Python, Networkx)
Stars: ✭ 26 (-21.21%)
Mutual labels:  social-network, networkx, networkx-graph
awosome-ai-in-social-media
💻 Collect those AI & Bot use in social media wechat/facebook/twitter/instagram/weibo/TikTok etc.
Stars: ✭ 21 (-36.36%)
Mutual labels:  facebook, social-network, social-network-analysis
MixGCF
MixGCF: An Improved Training Method for Graph Neural Network-based Recommender Systems, KDD2021
Stars: ✭ 73 (+121.21%)
Mutual labels:  recommender-system, network-embedding
Real Time Social Media Mining
DevOps pipeline for Real Time Social/Web Mining
Stars: ✭ 22 (-33.33%)
Mutual labels:  social-network, social-network-analysis
jQuery-Facebook-Stream
Display all your wall post, comments & likes in groups or fans page.
Stars: ✭ 24 (-27.27%)
Mutual labels:  facebook, social-network
d3-force-graph
Force-directed graph using D3-force and WebGL, support massive data rendering and custom style.
Stars: ✭ 74 (+124.24%)
Mutual labels:  social-network, social-network-analysis
Social-Recommendation
Summary of social recommendation papers and codes
Stars: ✭ 143 (+333.33%)
Mutual labels:  social-network, recommender-system
SAMN
This is our implementation of SAMN: Social Attentional Memory Network
Stars: ✭ 45 (+36.36%)
Mutual labels:  social-network, recommender-system
Easylogin
Login effortlessly with different social networks like Facebook, Twitter or Google Plus
Stars: ✭ 90 (+172.73%)
Mutual labels:  facebook, social-network
FEATHER
The reference implementation of FEATHER from the CIKM '20 paper "Characteristic Functions on Graphs: Birds of a Feather, from Statistical Descriptors to Parametric Models".
Stars: ✭ 34 (+3.03%)
Mutual labels:  networkx, network-embedding
tsplib95
Library for working with TSPLIB files.
Stars: ✭ 48 (+45.45%)
Mutual labels:  networkx, networkx-graph
STACP
Joint Geographical and Temporal Modeling based on Matrix Factorization for Point-of-Interest Recommendation - ECIR 2020
Stars: ✭ 19 (-42.42%)
Mutual labels:  social-network, recommender-system
Socialblocklists
Blocklists to block the communication to social networking sites and privacy harming services
Stars: ✭ 161 (+387.88%)
Mutual labels:  facebook, social-network
Sharer.js
🔛 🔖 Create your own social share buttons. No jquery.
Stars: ✭ 1,624 (+4821.21%)
Mutual labels:  facebook, social-network
Concierge
Modular chat bot. (Karma + Sassy + Hubot) * (Discord + Facebook + Messenger + Slack + Skype + Telegram + Hipchat + ...) = Concierge
Stars: ✭ 121 (+266.67%)
Mutual labels:  facebook, social-network
jungrapht-visualization
visualization and sample code from Java Universal Network Graph ported to use JGraphT models and algorithms
Stars: ✭ 37 (+12.12%)
Mutual labels:  social-network, social-network-analysis
Svelte Social Auth
Social Auth for Svelte v3
Stars: ✭ 86 (+160.61%)
Mutual labels:  facebook, social-network
Facebookclientplugin
Facebook Client Plugin for Xamarin iOS and Android
Stars: ✭ 89 (+169.7%)
Mutual labels:  facebook, social-network
Whizzz-The-ChatApp
Whizzz is a real-time, one-to-one Android chat application made using Firebase, a beautiful user interface, and a push-notification feature.
Stars: ✭ 66 (+100%)
Mutual labels:  facebook, social-network
EATNN
This is our implementation of EATNN: Efficient Adaptive Transfer Neural Network (SIGIR 2019)
Stars: ✭ 23 (-30.3%)
Mutual labels:  social-network, recommender-system

Link Prediction in Social Netowork

info:A perfect repo for your college project on data mining - link prediction - friends recommender.

How To Use

  1. pip install networkx
  2. To run and understand this code first reach ___EntryPoint___ in python code .

    • facebook_combine.txt is dataset.
    • Facebook dataset is included download others from http://snap.stanford.edu/data/ . Use one with format like twitter_combine.txt or gplus_combine.txt .
    • At entry point you can choose which dataset to use you can even add your own dataset from http://snap.stanford.edu/data/ . Code will work for all dataset.
    • By default it is set to Facebook Data Set
    • sample_positive.txt: all positive friend relation ie. people with connecting edge in graph
    • sample_negative.txt: all negative friend relation ie. people with no connecting edge in graph
    • training.txt: combination of positive and negative to get a dataset of relations
    • features_combined_2.txt: for each relation features like AdamicAdar are calculated and then used for training model
  3. Following Scoring Methods are used to construct feature Set

    • common_neighbors
    • resource_allocation_index
    • jaccard_coefficient
    • adamic_adar_index
    • preferential_attachment
  4. SVM ANN and Logistic Regresssion is used for classificaion

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].