Sistema de recomendación de películas

This paper describes a scalable and distributed mechanism to generate recommendations for items to any user. It describes all the tools used, especially those provided by Amazon Web Services (AWS), for handling a massive amount of data, testing and final implementation of this project, which include...

Full description

Saved in:
Bibliographic Details
Main Author: Abad, C. (author)
Other Authors: Kam Paw Molina, Alexis Ramón (author), Calva Paucar, Ligia Elena (author)
Format: article
Language:spa
Published: 2010
Subjects:
Online Access:http://www.dspace.espol.edu.ec/handle/123456789/8798
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:This paper describes a scalable and distributed mechanism to generate recommendations for items to any user. It describes all the tools used, especially those provided by Amazon Web Services (AWS), for handling a massive amount of data, testing and final implementation of this project, which includes the use of the paradigm MapReduce through the framework Hadoop. For the generation of recommendations used a Collaborative Filtering Algorithm based on Items and the calculation of the similarity between two items was applied Pearson Correlation Coefficient. Also includes an example which measures the level of accuracy of the recommendations generated, using the method of the Sum of Weights for the calculation of predictions and the Mean Absolute Error (MAE) to evaluate the degree of similarity between the estimated scores (predictions) and the actual scores. Although the primary focus is for movie recommendations, this solution can be applied to recommendations of other items.