The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
322 views

How much data is needed for User Based CF or Item Based CF to give recommendation?

How much data is needed for User CF, Item CF to give recommendation? I've manually created a small dataset, so I can understand well how the algorithm is working. I found that for the small dataset I ...
3
votes
5answers
890 views

how to solve product recommendation problem like: User __bought__ XXX also __viewed__ YYY

I am currently learning recommender system, learned something about collaborative filtering, User CF, Item CF, it is obvious to use these algorithm to solve problem like: 1) User bought XXX also ...
1
vote
2answers
354 views

Artificial Intelligence/Rules to guess user taste in Apparel/Clothing

Are there standard rules engine/algorithms around AI that would predict the user taste on a particular kind of product like clothes. I know it's one thing all e-commerce website will kill for. But I ...
2
votes
2answers
750 views

Slope One implementations offers poor recommendations

I'm attempting to implement a Slope One algorithm via PHP for user-based item recommendation. To do this, I'm using the OpenSlopeOne library. The problem I'm having is that the recommendations ...
1
vote
2answers
278 views

How to predicting user behavior with basic statistics?

Assume the following: Category "Electronics" contains product "Bluerays" among other products. What are some basic statistics I can implement to recommend more "Bluerays" when the user browses ...
-2
votes
3answers
82 views

Please recommend code line counter [closed]

This is what I need: A small (maybe command line?) utility usable in continuous integration tools, not dependent on IDE It should be aware of the most of programming languages (C, C++, header files, ...
1
vote
1answer
331 views

recommendation system data collection methodology

i am building a recommendation system in my application and i am probably going to use apache mahout, i ve to collect a big dataset, it ll be collected over a period of time...so which one is least ...
4
votes
2answers
934 views

Amazon like Ecommerce site and Recommendation system

I am planning to implement a basic recommendation system that uses Facebook Connect or similar social networking site API's to connect a user's profile, do an analysis based on tags and use the ...
1
vote
3answers
241 views

what software to use for a web site with mostly static content

my company is about to redesign and relaunch their website. It will be my part to implement it. My company produces a variety of photo products and wants to present them to the end user. Most of the ...
4
votes
4answers
2k views

Best similarity metric for collaborative filtering? [closed]

I'm trying to decide on the best similarity metric for a product recommendation system using item-based collaborative filtering. This is a shopping basket scenario where ratings are binary valued - ...
5
votes
2answers
384 views

Collaborative Filtering: Ways to determine implicit scores for products for each user?

Having implemented an algorithm to recommend products with some success, I'm now looking at ways to calculate the initial input data for this algorithm. My objective is to calculate a score for each ...
4
votes
2answers
2k views

k-means clustering implementation in python, running out of memory

 Note: updates/solutions at the bottom of this question As part of a product recommendation engine, I'm trying to segment my users based on their product preferences starting with using the k-means ...
0
votes
2answers
1k views

Any good Open Source or Cheap ASP.NET Catalog Applications

We're looking for a cheap-to-free "off the shelf" ASP.NET catalogue application, that will meet the following requirements: Support two kinds of listings: Suppliers of Services Suppliers of ...
4
votes
6answers
954 views

Can anyone recommend a good PDF reading library for .Net? [closed]

Can anyone recommend a good component for reading PDFs from .Net? Specifically, I want to read all the metadata of the document, including all the document properties (title, author, etc.). I really ...