There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This project consists in a movie's recommendation system based on the Pearson's correlation. Using a matrix of movies' ratings made by the users, the MPI Recommendation System helps to determine the most similar users and the most recommended movies for an specific user ID. Besides having been implemented in C++, the MPI standard was used for the purpose of building a distributed processing system.