For questions related to collaborative filtering and recommendation systems.

learn more… | top users | synonyms

1
vote
1answer
18 views

Could I define my own method to calculate UserSimilarity in Mahout's collaborative filtering?

I am using Apache Mahout's user-based collaborative filtering for recommender systems. I have two questions. 1) Must the UserID and ItemID be numeric? My datamodel looks like this: ...
1
vote
0answers
15 views

Details of individual jobs in Mahout for Collaborative Filtering

In this post how to use startPhase in Mahout , in the first answer there is an explanation of all the jobs in collaborative filtering recommendations. Can someone tell where to find the details of ...
0
votes
1answer
43 views

Mahout Item Similarity Output Empty

I'm using Mahout's ItemSimilarityJob to compute similarity of items with an input .csv file that looks like this: user_id(numbers only), song_id(numbers only), listens(numbers only) When I run the ...
0
votes
1answer
29 views

How to set a value's for calculating Eucludeian distance and correlation

Here is my word vector : google test stackoverflow yahoo I have assigned a value for these words as follows : google : 1 test : 2 stackoverflow : 3 yahoo : 4 Here are some sample users and ...
0
votes
0answers
43 views

Large scale recommender

I am dealing with a recommendation problem, which involves 3 million users and 500,000 products. The purpose of the recommendation is to recommend 5-10 more products to the particular user when ...
1
vote
1answer
60 views

How can we combine multiple data types in Myrrix for recommendation?

In our case, we have users' click stream, items' attributes (like category, tags and so on), favorites about item, and collections for items. How can we combine these data as Myrrix's input data?
1
vote
1answer
46 views

Get user neighborhood from additional data in collaborative filtering

I wanted to do recommendation based on multiple datasets like in Utilizing multiple, weighed data models for a Mahout recommender But my problem is that additional data sets does not translate well ...
2
votes
0answers
78 views

How to predict behaviour based on weka clustering

I have executed a hierarchical cluster on data which is in following format : userid keyword 1 test 2 tester 3 test 4 thisisatest 5 user There are thousands of entries in this format and when ...
1
vote
2answers
119 views

Efficient algorithm to generate an N*N matrix

I am doing a simple collaborative filtering(CF). It is an item-to-item CF. For example, I have a giant dict containing N items, where the key is the name of product, and value is a list of customers ...
1
vote
1answer
99 views

Recommendation system with large amount of data

I'm implementing a movie recommendation system with real user data. I planned to take the collaborative filtering method. However, this kind of methods usually involve a huge matrix storing the users ...
1
vote
1answer
89 views

How to run a final 'print' statement once in a multi-step map-reduce program?

I am basically trying to implement a recommender system by scaling it up on Hadoop. In the first step, I am trying to calculate the similarity between every pair of items in the input file.If I store ...
0
votes
1answer
148 views

Can Myrrix be used for user-based collaborative filtering?

Can I use Myrrix for user-to-user recommendations like I can with Apache Mahout? If yes, please describe, or give a link to a way to do so. I wanted to use Myrrix for its easy-to-use REST API and ...
0
votes
1answer
26 views

Co-occurrence calculation

i have a table with two columns: (doc_id, keyword_id) I want to calculate the Co-occurrence of two keywords on the documents in the data base. I'm using an Oracle 11g database. The calculation ...
0
votes
0answers
196 views

Web-page Hybrid Recommender System

I am looking to build a hybrid(content-based + collaborative) web-page recommender. On my previous question I had an excellent response and suggested me some Java APIs to re-use machine learning ...
1
vote
1answer
82 views

How can I measure similarity between users who answer to the same questions [closed]

I am working on a project for recommending contents to the users. I want to create a profile from each user so that I can cluster them and offer common recommendations, but before I have to be able to ...
2
votes
0answers
58 views

the use of PlusAnonymousUserDataModel

What is wrong with the following code and why it produces no recommendations for anonymous user? I cannot figure out what's going wrong, but I can't get recommendations for anonymous user with ...
3
votes
2answers
155 views

Most effective similarity measure for list-ranked items

We're trying to find similarity between items (and later users) where the items are ranked in various lists by users (think Rob, Barry and Dick in Hi Fidelity). A lower index in a given list implies ...
0
votes
2answers
116 views

Machine Learning: Create Ranking From Features

I have one question about machine learning, which I want to explain on the well-known Netflix dataset. Let's say I have a dataset with users and items like the Netflix dataset. Let's say, I used any ...
1
vote
1answer
335 views

Matrix factorization for collaborative filtering - new users and items?

I've been reading about using matrix factorization for collaborative filtering, but I can't seem to find an example that deals with adding a new user or item to the system, or having the user rate a ...
2
votes
2answers
112 views

How to handle new data for recommendation system?

Here's a theoretical question. Let's assume that I have implemented two types of collaborative filtering: user-based CF and item-based CF (in the form of Slope One). I have a nice data set for these ...
0
votes
0answers
55 views

looking for a dataset of mobile apps downloads (similar to Netflix in movies)

in order to test a recommender system i am looking for a dataset of a mobile apps usage. thats is, something like user 1 downloaded app a,b,c, user 2 downloaded.... e.g., similar to the Netflix ...
0
votes
1answer
91 views

How to evaluate NMF with a Trainingset?

What is the right way to test the predictions of Non-negative Matrix Factorization? Let´s say the dataset is a matrix with users and watched movies (without rating). First I split the matrix into a ...
0
votes
1answer
100 views

How to evaluate predictions from incomplete data, where not all data is incomplete

I am using Non-negative Matrix Factorization and Non-negative Least Squares for predictions, and I want to evaluate how good the predictions are depending on the amount of data given. For example the ...
0
votes
1answer
155 views

Making an itemSimilarity with a precompiled list of item similarities in Mahout

I have a list of items and their similarities from an ItemSimilarity job already. I want to now use that to get the recommendations for a specific user. The Java code i have right now does not work ...
5
votes
1answer
1k views

How to perform collaborative filtering in R

I'm have matrix data containing some null values. To fill the null values, I'd like to perform collaborative filtering. As I am studying for R, rather I'd like to use R. So, Does anyone know how to ...
2
votes
1answer
261 views

Implementing a Recommendation Algorithm [closed]

Okey so I want to implement a Collaborative Filter algorithm in Java, similar to Netflix's or StumbleUpon's recommendation algorithms, however I'm not sure if I should do all the computations (Pearson ...
1
vote
1answer
246 views

Calculate similarity of weighted trees

The structure of my tree is simple, the depth is two, each child node is the direct child of the root, and each node has a weight except the root. Is there a good way to measure the similarity of two ...
0
votes
1answer
296 views

User based collaborative filtering issue

In the user based Collaborative Filtering, the picture shows the formula of how to predict the rating of an item. And the NSa is the nearest neighbor set of user a. j is the item to be predicted. ...
3
votes
1answer
146 views

Why Does LogLikelihoodSimilarity function return values greater than 1.0 for a dataset of 0s and 1s?

I have a large dataset of preferences that are expressed as 1.0, and I am using the Tanimoto Similarity functions and the Generic Boolean User and Item Preference Recommenders. Recommendations are ...
2
votes
2answers
233 views

Collaborative or structured recommendation?

I am building a Rails app that recommends tutors to students and vise versa. I need to match them based on multiple dimensions, such as their majors (Math, Biology etc.), experience (junior etc.), ...
2
votes
1answer
207 views

Collaborative filtering for news articles or blog posts

It's known how collaborative filtering (CF) is used for movie, music, book recommendations. In the paper 'Collaborative Topic Modeling for Recommending Scientific Articles' among other things authors ...
1
vote
3answers
164 views

What's the mean by this mathematical sum sign? [closed]

I got a problem reading a equation in a paper, the equation showed a way to estimate a score for recommendation, the whole equation is like this: and I'm confused with the meaning of the words ...
1
vote
2answers
223 views

Model creation for User User collanborative filtering

I want to do a sort of user-user collaborative filtering wherein the users in the user-item matrix are a selected part of whole users in the database. These selected users are refreshed regularly with ...
1
vote
1answer
125 views

Certainty meaning in Duine framework

I am using Duine for implementing Collaborative filtering/social filtering in java.There are 2 parameters that are given to th predictors viz., Prediction Value and Certainty.I understand that ...
-1
votes
3answers
372 views

Ratings based user similarity algorithm example

I am building a recommendation engine and trying to overcome the new user problem. I want to ask new users to rate a select number of items then find out what other users they are most similar to. ...
0
votes
2answers
58 views

Is there anyway for me to grab users' personal interest from Facebook?

I made a recommendation system using collaborative filtering technique and I want to check if my system works well or not. To do that, I want to collect people's personal interest (such as their ...
1
vote
0answers
173 views

SOM based recommendation engine

Myself and my friend has decided to do a project on recommendation engine in python.Initially we decided to do our project using SVM but soon found its difficult as its supervised learning and ,now we ...
1
vote
1answer
75 views

Weighted mean tending towards center

I'm experimenting on some movie rating data. Currently doing some hybrid item and user based predictions. Mathimatically I'm unsure how to implement what I want and maybe the answer is just straight ...
1
vote
1answer
178 views

Difference between Rescorer and UserSimilarity in Mahout

I am implementing a user based reccomender that should work just on categories of items in order to avoid computation on useless data. To be more clear if a user is in a category page, I don't want to ...
4
votes
2answers
210 views

Concerning a recommendation engine

What's a fast "if user A and user B like product C, they might be interested to follow each other" algorithm. I don't think that calculating their similarity at runtime is smart enough, because it ...
10
votes
2answers
944 views

A good collaborative filtering/matching/recommendation library for Python/Django?

I'm looking for a library I can use to match my users to other Django models based on answers to questions-- also my own django model. So I'd like something customizable, with good ...
5
votes
3answers
1k views

Recommendation algorithm (and implementation) for finding similar items and users

I have a database of about 700k users along with items they have watched/listened to/read/bought/etc. I would like to build a recommendation engine that recommends new items based on what users with ...
0
votes
3answers
846 views

Howto Create Recommendations with a Incremental SVD Recommender System

I am testing a recommendation system that is built according to Simon Funk's algorithm. (written by Timely Dev. http://www.timelydevelopment.com/demos/NetflixPrize.aspx) The problem is, all ...
2
votes
1answer
87 views

Binary values in Collaborative Filtering

Can the values in User-Item matrix be binary values like 0 and 1 which indicate “didn’t buy”-vs-“bought”? And if apply latent factor model on the matrix, can the predicted value (for example 0.8) ...
6
votes
1answer
145 views

Distribution among users for collaborative voting algorithm

Users of my application (it's a game actually) answer questions to get points. Questions are supplied by other users. Due to volume, I cannot check everything myself, so I decided to crowd-source the ...
2
votes
2answers
198 views

Integrating content information with factorization-based collaborative filtering

I'm reading some papers in CF and noticed that most state-of-the-art methods are based on different factorization methods on the rating matrix only. I'd like to know if there are some representative ...
-1
votes
1answer
118 views

collaborative filtering approach for tips/recommendations related to registered courses

I am looking at a specific problem where I need to build a recommender. The generalized problem is as follows, Each user has registered for (say) x courses (c1, c2, c3, .. cx) Depending on each ...
1
vote
1answer
307 views

mahout collaborative-filtering input binary dataset

i am new to mahout. I have already used mahout's item based algorithm with a loglikelihood similarity measure. I read in past threads that it is better to use loglikelihood similarity when the ...
0
votes
1answer
230 views

Mahout servlets per data model

I am implementing the Mahout user-based recommendation engine where the recommendations will be served via RecommenderServlet running in Tomcat. So far looks like a basic setup, but it has some extra ...
1
vote
1answer
901 views

Similarity function for Mahout boolean user-based recommender

I am using Mahout to build a user-based recommendation system which operates with boolean data. I use GenericBooleanPrefUserBasedRecommender, NearestNUserNeighborhood and now trying to decide about ...

1 2