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
1answer
15 views

Evaluating Mahout based Recommender Implementation

I'm using mahout 0.7 for the implementation of the recommender system. Ro evaluate the quality of the provided recommendations I'm using the AverageAbsoluteDifferenceRecommenderEvaluator which allows ...
0
votes
0answers
18 views

Mahout evaluation - unable to recommend in x cases

I am trying to evaluate the recommender algorithms on my data set which probably is sparse, and I have only 341 items for around 20 000 users. I just want to evaluate all of the similarity algorithms. ...
0
votes
0answers
22 views

web based medical recommendation system [closed]

I have to build a medical recommendation system and I have no idea where to start. Could anyone please help me in deciding which development platform should I choose in order to develop this web-based ...
1
vote
0answers
24 views

MySQL Recommendation Engine Query

I'm trying to write a very basic recommedation/upselling query, where I can return a list of products that other people have purchased that have been in the same "order" as a product the current user ...
0
votes
2answers
39 views

Implementing offline Item based recommendation using Mahout

I am trying to add recommendations to our e-commerce website using Mahout. I have decided to use Item Based recommender, i have around 60K products, 200K users and 4M user-product preferences. I am ...
0
votes
1answer
25 views

Myrrix REST API - does function Set / Add Preference automatically omit the preferred item in recommendations?

My setup is 500K rows of 200K users and 2K items with no preference values (i.e. the default preference value is 1.0). Normally, the recommendation engine does not recommend the items user already ...
-1
votes
0answers
23 views

Oracle specs for geosearch [closed]

I'm developing geo application (OpenLayers,C#,IIS 7.5,Ajax) where users can access locations on map and see their information.I can tell for the application and its data: It is supposed that at most ...
0
votes
1answer
16 views

Multiple models in Myrrix

I have a CSV file like this: typeA,typeB typeA,typeC typeA,typeC typeA,typeB Here, typeA, typeB and typeC are 3 different types of entities. Consider types B and C to be two different types of ...
-1
votes
0answers
17 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
20 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 ...
1
vote
1answer
33 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 ...
1
vote
1answer
50 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
140 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 ...
1
vote
1answer
24 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
21 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
63 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
40 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
38 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
153 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
103 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
84 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
74 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
31 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 ...
0
votes
1answer
77 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
33 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
21 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
44 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
70 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
94 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
36 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
54 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
125 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
60 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
59 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
2answers
119 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
21 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
165 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
128 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
40 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
115 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
82 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
31 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
113 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
157 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
405 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
76 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
103 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
128 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
136 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 2 3 4 5 8