vote up 0 vote down star

hi all,

i am developing an online book store using php and mysql. now i want to implement some data mining techniques like recommending related books and so on.

i want to know what are the best resources to get some useful practical techniques to implement such things.

thx in advance.

flag

73% accept rate

4 Answers

vote up 2 vote down check

Here is an awesome book: Programming Collective Intelligence: Building Smart Web 2.0 Applications

The examples are in Python. Not hard to understand them, though.

link|flag
vote up 0 vote down

Often discrete mathematical "strongest path" finding algorithms are used. If you want a quick look at how the algorithms work, check out this PDF. It contains examples with websites you maybe familiar with, such as last.fm and it's recommended bands and popular pages among friends on Facebook.

link|flag
vote up 0 vote down

I'm not of enough reputation points to add a comment to Nick D's post, so let me just reassert that the Collective Intelligence book is exactly what you need.

link|flag
vote up 0 vote down

You might have heard of Netflix prize, a competition for recommendation systems.

Also, I personally don't recommend the book mentioned above. It only gives you some concept, if you want to build a system, the content there is far from what a decent system needs.

http://www.amazon.com/Programming-Collective-Intelligence-Building-Applications/product-reviews/0596529325/ref=cm%5Fcr%5Fpr%5Fhist%5F2?ie=UTF8&showViewpoints=0&filterBy=addTwoStar

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.