A recommendation engine tries to predict how much a user will enjoy certain goods (movies, books, songs...) and makes recommendations. They are often used by online vendors to suggest new purchases.

learn more… | top users | synonyms

0
votes
0answers
3 views

Mahout Recommender - How to override or look into the code?

I'm creating an Mahout recommender system now. I would like to know how can I optimize the code. I read on some guides on how to optimize the recommender, but I don't know how to do it on the Mahout ...
-1
votes
0answers
7 views

Which off-the-shelf recommendation/personalization engine offer recommendations using both MC and Manual input? [closed]

I want to run a manual+machine learning engine for recommending TV shows. I should also be able to manually add certain recommendations like 'User who watches Show X is likely to watch Show Y as well ...
0
votes
1answer
14 views

Does mahout work real time or does it pre-process the data based on the algorithm rules?

I am trying to build a recommendation engine, for that I am thinking of using apache mahout but I am unable to make out if mahout process the data in real time or does it pre-process the data when the ...
0
votes
0answers
16 views

Jars needed to run apahe mahout via web project

Please can anyone tell me which are the jars which I can specify in my WEB-INF/lib folder of my web dynamic project so as to easily run mahout enabled commands and methods in my web project Are ...
0
votes
1answer
18 views

Mahout Datamodel with duplicate user,item enteries but different preference values

I was wondering how the distributed mahout recommender job org.apache.mahout.cf.taste.hadoop.item.RecommenderJob handled csv files where duplicate and triplicate user,item entries exist but with ...
-2
votes
1answer
41 views

How to use mahout in a java project in eclipse [closed]

I am making a web project on recommendations . Now i have made dynamic web project in which user is asked to enter his name,movie name,genre and these all things enter into database.I will be ...
0
votes
1answer
15 views

Extend Mahout for new dataset

I want to build a recommendation model based on Mahout. My dataset format has extra columns other than userID, itemID, rating and timestamp. Thus, I think I need to extend the FileDataModel. I ...
0
votes
0answers
12 views

What's the difference between KnnItemBasedRecommender and NearestNUserNeighborhood?

KnnItemBasedRecommender uses the optimizer to calculate the weight between items and interpolation used in the process while NearestNUserNeighborhood uses the similarty as the weight. Is it only the ...
1
vote
1answer
24 views

How do I evaluate a recommender using Mahout/Hadoop

Mahout comes with a number of predefined Hadoop job classes (stuff derived from AbstractJob). These include jobs for computing recommendations (RecommenderJob). Mahout also defines various ...
1
vote
0answers
35 views

Giving relative weight to items in recommendation engine

I am trying to build an item-item recommendation engine. I have classify my item in different categories.But I am facing problem as how to give weight to each category taking other categories in ...
0
votes
1answer
36 views

Keyword based Recomendation

I have to design a recommendation algorithm for a project in which I have following parameters : The profile of the user which contains the short description of the user along with the interest of ...
0
votes
2answers
71 views

What's difference between Collaborative Filtering Item-based recommendation and Content-based recommendation

I am puzzled about what the item-based recommendation is in 《mahout in action》.There is the algorithm in the book: for every item i that u has no preference for yet for every item j that u has a ...
0
votes
0answers
47 views

Android transparent/semi transparent app widget recommendations

One of my users requested if I could improve the app widget in one of my apps. Basically to add some 'eye candy' to the app widget: semi transparent background, some nice font with a good contrast, ...
0
votes
2answers
78 views

Algorithm for Keyword based Recommendation

I am currently creating a web application that allows users to upload photos, then add tags to them(around 5 tags) what I ideally want is to generate a recommendation based on the tags used by the ...
0
votes
2answers
64 views

Recommendation algorithm [closed]

I am looking for an algorithm to provide recommendations based on the purchase you have just made, and that other people have bought when they bought the same product. The input to the algorithm ...
0
votes
0answers
27 views

How do i approach building an amazon like site (search and recommendation engine) [closed]

I understand this might not be the best forum to discuss this but, it is my best lead. if you have other suggestions for the forum to discuss the topic, please let me know. I am clearly new to this ...
-1
votes
0answers
39 views

Maven Recommender Jar - The path for new File — SOLVED

I'm creating a Maven Recommender. My code is just the most simple Recommender such as this. class Item { public static void main(String[] args) throws Exeption { DataModel model = new ...
0
votes
1answer
37 views

Mahout - Item Similarity, but exclude Items a User has already “bought”

I want to create a video recommender, which recommends via similarity. The challenge is, that I want to exclude videos that the user has already seen. This seems like a pretty obvious case to me, but ...
0
votes
1answer
29 views

How to calculate correlation if one value is 0

For calculation the pearsons coefficient between two arrays I use the following : double[] arr1 = new double[4]; arr1[0] = 1; arr1[1] = 1; arr1[2] = 1; arr1[3] = 1; double[] ...
0
votes
0answers
14 views

how to use LDA to model songs with tags

I got some songs' top tags from lastfm.com and now i want to model them using LDA. My idea is make a text file for each song and the content of the file is the tags. Because different tags have ...
0
votes
0answers
42 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
58 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
59 views

Run JesterRecommenderEvaluationRunner, but get no results of evaluation

I downloaded the Jester example code in Mahout, and tries to run it on jester dataset to see the evaluation results. the running is done successfully, but the console only has the results: ...
0
votes
0answers
26 views

In Mahout how to generate itemId along with userId and preference value in matrix multiplication

We have two matrix: U->User feature which contains user's rating in accordance with the 20 feature of item (say movie is the item and its features may be-action, tragic..) 6x20. M->Item feature ...
0
votes
0answers
48 views

Best db “architecture” for a recommendation system

I have a quick project to build a recommendation system (like Amazon, not the same scale though). The idea is pretty simple. We have zillions of products with attributes. We already know if 1 customer ...
0
votes
1answer
99 views

Open source projects in Qt [closed]

I am looking for small scale open source projects in Qt. I have had a look at this question. I even cloned the arora project and played around with it. The code was beautiful; But the only catch was ...
0
votes
0answers
42 views

How to get Sharepoint “Suggested sites to follow”,“Suggestetd docs to follow” by programming?

SharePoint 2013 provides recommendation features on relevant people, sites and documents to follow. How to get the recommendations by programming and so that they could be used in customized ...
-3
votes
1answer
53 views

Need to enhance Java program [closed]

Can anyone give me some tips on how I would be able to make it give additional recommendations about what to wear if it was between 33-50 51-69 70+? package javaapplication4; import ...
1
vote
1answer
94 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 ...
0
votes
0answers
20 views

A utility to insert newlines at source code, after characters per line limit is reached

I work on a windows machine, with MSVS '98. I am looking either for intristic funtiunality of the product, or a free tool, that enforces line length limitation (e.g. 100 symbols), e.g. ...
0
votes
1answer
146 views

Is there an open-source Google Docs style PDF-reader I can host on my own server?

I'm having issues from using Google Docs to open PDF files from my site. Is there an open source alternative I can host myself?
0
votes
1answer
115 views

Choosing Clustering Method based on results

I'm using WEKA for my thesis and have over 1000 lines of data. The database includes demographical information (Age, Location, status etc.) followed by name of products (valued 1 or 0). The end ...
0
votes
1answer
32 views

How can I make an Amazon Associates book recommendation based on a set of words?

I have a website which has headlines on a broad set of topics from architecture to gadgets to oceans to robots. I would like to put an Amazon book recommendation on each page, based on a set of words ...
4
votes
1answer
99 views

how to use svd to recommend item based on items

I have trained a SVD model to recommend items based on userId. However, is there any way to recommend items based on items list instead of userId? For example, given a list of items, [1,2,3,4,5], ...
1
vote
1answer
73 views

how to evaluate svd similar items?

for a task like recommending a item for a user, I can split dataset in two: traning and test datasets, and I can evaluate the result by using mean absolute error. However, when I need to find similar ...
0
votes
0answers
26 views

Recommendation based on tags(tems)

I want to generate the recomemendation for the items which are in 10 clusters while performed the clustering on them. Is it possible to generate TF IDF based recommendation through mahout ?
1
vote
0answers
100 views

Which recommendation engine can be used for a django site with a postgresql db?

It is for a media site with videos of different genres (quite similar to hulu content) built on Django with a postgresql DB
0
votes
2answers
149 views

Item Recommendation System [closed]

I have to build a recommendation system and I have no idea where to start. The only thing is that I want to build it in either Scala, Clojure or some other functional programming language. Could ...
2
votes
1answer
335 views

Mahout recommender - adding content-based similarity to item-based recommender

I have a pretty standard Mahout item-based recommender for news articles (using click data, so preferences are Boolean): DataModel dataModel = new ReloadFromJDBCDataModel( new ...
0
votes
1answer
67 views

How to install and configure LAMP

First of all I am new to Linux. I got a CentOS 6.0 64 Bit VPS and want to use it as a web server. I have searched on Google and SO and found many tutorials on LAMP setup, however all of them are ...
0
votes
1answer
76 views

How to generate co-occurrence matrix (only) in Mahout

I couldn't find a way to generate only co-occurrence matrix given a preference input file (userID, itemID and optional rating) in Mahout. Is that possible? All I can find is generating a ...
1
vote
1answer
121 views

Mahout movieLens recommender, where are the output files?

I am running mahout Recommender located in the mahout wiki stater, following a successful build after the comand: mvn exec:java ...
0
votes
1answer
124 views

SQL recommendation system

Currently I have filtered all the noise out of a subset from the last-fm dataset and I am trying to build a recommendation system on top of this subset. Basicly my dataset contains the following in ...
0
votes
2answers
58 views

Usage of JSON for a daily activity journal

To keep track of my new year resolutions I created a file daily.log in the following format. 8:40 AM 1/2/2013 begin:755am activity:enquired about 3x3 black board;bought book [beginning html 5] ...
1
vote
2answers
69 views

how to use startPhase in Mahout

I am running some RecommenderJob (org.apache.mahout.cf.taste.hadoop.item.RecommenderJob) based job from Mahout 0.7 and notice that there are options like startPhase and endPhase. I am guessing these ...
0
votes
1answer
99 views

Rails: Best way to recommend Products to Users based on Interest?

Let's say that each Product has a category. I want to ask the Users to select several categories that the user is interested in, and find the Products that have the same category. This is similar to ...
0
votes
0answers
12 views

Website plugin issue [closed]

a recommendations plugin on my site has recently encountered some problems and is not displaying the correct images which correspond to the product it is trying to display. I've put the link of the ...
1
vote
3answers
218 views

Apache Mahout Distributed Recommender Recommends already rated items

I've tried Item based distributed Recommender Job with 10M movielens dataset. Everything works fine. My question is that, while checking out the recommendations for users, I've seen that in the ...
2
votes
1answer
138 views

Mahout RecommenderJob not converging

This is my first SO post so please let me know if I've missed out anything important. I am a Mahout/Hadoop beginner, and am trying to put together a distributed recommendation engine. In order to ...
1
vote
1answer
78 views

How to generate recommendation with matrix factorization

I've read some papers of Matrix Factorization(Latent Factor Model) in Recommendation System,and I can implement the algorithm.I can get the similar RMSE result like the paper said on the MovieLens ...

1 2 3 4 5 9