recommendation engine implementation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
learnerabn
Forum Commoner
Posts: 48
Joined: Wed Feb 10, 2010 12:56 am

recommendation engine implementation

Post by learnerabn »

I have planed to implement a recommendation engine in e-commerce website.
But i dont have any ideas about that.
can any one suggest any website providing info about implementing that.
And any other suggestions will be accepted. :roll:
lunarnet76
Forum Commoner
Posts: 67
Joined: Sun Apr 04, 2010 2:07 pm
Location: Edinburgh

Re: recommendation engine implementation

Post by lunarnet76 »

hi,

A site like amazon.com always do cross selling with "What Do Customers Ultimately Buy After Viewing This Item?" and "Frequently Bought Together" or you can write your own like products from the same categories/same price,
basically you can use simple sql queries to do it, it's not a specific subject, maybe if you give us your database structure we can suggest implementation !
ell0bo
Forum Commoner
Posts: 79
Joined: Wed Aug 13, 2008 4:15 pm

Re: recommendation engine implementation

Post by ell0bo »

What sort of recommendations are you looking for exactly? I can't think of any open source versions of this off the top of my head.
Post Reply