Click here to Skip to main content
15,914,221 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi, I am developing a Library Management System in ASP.NET. As part of my requirements, I need to implement a recommendation system such as the one in Amazon. For instance, if I search on C# and retrieve a title, the application displays a list of other titles that might be of interest. Could you give me an indication of how would I go about developing this?
Posted
Updated 11-Nov-10 22:31pm
v3

1 solution

You need to build up metadata about each title. This metadata might include information such as genre, category and so on. The higher the number of metadata matches, the more likely the book is to be relevant.
 
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