COMPARING THE COLLABORATIVE FILTERING ALGORITHM WITH NAIVE BAYES ON THE FILM RECOMMENDATION SYSTEM
Daftar Isi:
- The many movies that are circulating and the many platforms that provide movie streaming platforms raise a question, namely what algorithm is the most suitable for use in providing movie recommendations. Of course, each of these streaming platforms uses different algorithms and factors. In this study the author tries to compare two algorithms in providing movie recommendations based on the rating factor. The algorithm used is Collaborative Filtering with Cosine Similarity and also nave Bayes. Both authors tested using a dataset from movieLens.org as much as 10,000 data. And in the results, Collaborative Filtering got better results through MSE and RMSE testing than nave Bayes. But the prediction score of each movie in each algorithm has a similar and the same score because it only uses the rating factor.