Recommender systems form a specific type of information filtering (IF) technique that attempts to present information items (movies, music, books, news, images, web pages) that are likely of interest to the user. Typically, a recommender system compares the user\'s profile to some reference characteristics. These characteristics may be from the information item (the content-based approach) or the user\'s social environment (the collaborative filtering approach).
Contents |
When building the user\'s profile a distinction is made between explicit and implicit forms of data collection.
Examples of explicit data collection include the following:
Examples of implicit data collection include the following:
The recommender system compares the collected data to similar data collected from others and calculates a list of recommended items for the user. Several commercial and non-commercial examples are listed in the article on collaborative filtering systems. Adomavicius provides an overview of recommender systems.Adomavicius, G. & Tuzhilin, A. (June 2005), "Toward the Next Generation of Recommender Systems: A Survey of the State-of-the-Art and Possible Extensions", IEEE Transactions on Knowledge and Data Engineering 17 (6): 734–749, ISSN 1041-4347, doi:10.1109/TKDE.2005.99, <http://portal.acm.org/citation.cfm?id=1070611.1070751>. Herlocker provides an overview of evaluation techniques for recommender systems.Herlocker, J. L.; Konstan, J. A. & Terveen, L. G. et al. (January 2004), "Evaluating collaborative filtering recommender systems", ACM Trans. Inf. Syst. 22 (1): 5–53, ISSN 1046-8188, doi:10.1145/963770.963772, <http://portal.acm.org/citation.cfm?id=963772>.
More recently, a successful recommender system has been introduced for bricks and mortar superstores based upon statistical inferenceQuatse, Jesse and Najmi, Amir (2007) "Empirical Bayesian Targeting," Proceedings, WORLDCOMP\'07, World Congress in Computer Science, Computer Engineering, and Applied Computing. as opposed to the Collaborative Filtering techniques of eCommerce. Redemption rates, or "hit rates," are much higher averaging as much as 45% in chain grocery stores.
Recommender systems are a useful alternative to search algorithms since they help users discover items they might not have found by themselves. Interestingly enough, recommender systems are often implemented using search engines indexing non-traditional data.
Recommender systems are also sometimes known colloquially as "Gilligans".
One of the most commonly used algorithms in recommender systems is Nearest Neighborhood approach.Sarwar, B.; Karypis, G. & Konstan, J. et al. (2000), Application of Dimensionality Reduction in Recommender System A Case Study, <http://glaros.dtc.umn.edu/gkhome/node/122>.. In a social network, a particular user\'s neighborhood with similar taste or interest can be found by calculating Pearson Correlation, by collecting the preference data of top-N nearest neighbors of the particular user, the user\'s preference can be predicted by calculating the data using certain techniques.
This article is licensed under the GNU Free Documentation License. It uses material from Wikipedia