Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
im a new user and i hope im doing this right. i just want to seek for advice and guidance about recommendation engine. im thinking on doing a little bit of research for my project on recommendation engine like youtube, that recommends videos based on videos that we have watched previously. im thinking of making a simple program to show how recommendation engine works and to understand more about this stuff. is it possible and if i may know how? tutorials or sample projects will be much appreciated. thank you in advance.
Posted
Comments
Sergey Alexandrovich Kryukov 15-Mar-13 16:31pm    
This is too narrow topic but extensive subject and a very vague request. It's hardly possible to give you any help in the forum format.
We don't have resources for tutoring. A tutorial on such a narrow topic is also unlikely, as you rather need to learn more general principles and techniques.
If you ask some specific questions, we will gladly answer.
—SA

1 solution

I did something like this last year. Have a look at the M-Tree[^] as the heart of your engine. You can make a dictionary of keywords in the tree, and a search for the 'n' items closest to a particular keyword can be found with a simple query.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900