Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
598 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 ...
4
votes
2answers
263 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
6answers
466 views

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

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 ...
3
votes
4answers
728 views

Best similarity metric for collaborative filtering?

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 - ...
2
votes
5answers
414 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 ...
2
votes
3answers
177 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 ...
2
votes
2answers
1k 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 ...
1
vote
2answers
138 views

how much data is needed for User CF, Item CF to give recommendation?

how much data is needed for User CF, Item CF to give recommendation? I have manually created a small dataset(so i can understand well how the algorigthm is working), I found that for the small ...
1
vote
2answers
169 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 ...
1
vote
2answers
307 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
134 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 ...
1
vote
1answer
213 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 ...
0
votes
0answers
37 views

How to analyse optimal weights for gathered information in recommendation systems [closed]

I want to write a master thesis about recommendation systems on e-commerce sites and there are several questions. In my first brainstorming I listed some factors that (I think) provide information ...
0
votes
2answers
60 views

Please recommend code line counter

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, ...
0
votes
2answers
564 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 ...