pnpninja / GraphBasedRecommendationSystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Based Recommendation System

An approach towards recommending users based on users' semantic information extracted from content generated and also utilizing the underlying graph structure to identify closely connected groups of people (cliques).Clique algorithms are also used to correct the topic the user is interested in.

Social media has grown rapidly in the past several years. Twitter in particular has seen a significant rise in its user audience because of the short and compact Tweet concept (140 characters). As more users come on board, it provides a large market for companies to advertise and find prospective customers by classifying users into different market categories. Traditional classification methods use TF–IDF and bag of words concept as the feature vector which inevitably is of large dimensions. In this paper we propose a method to improve the method of classification using semantic information to reduce dimensions of the feature vectors and validate this method by feeding them into multiple learning algorithms and evaluating the results.

Link to paper

About


Languages

Language:Python 100.0%