Recommended algorithms | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Recommended algorithms

Anyone knows any good recommendation algorithms, im working with a dataset of movies, and have to make a recommendation system, any help?

2nd Mar 2018, 8:31 PM
Adolfo Moreno
Adolfo Moreno - avatar
1 Answer
+ 5
Try collaborative filtering algorithm: https://en.m.wikipedia.org/wiki/Collaborative_filtering It is very well-suited for multi-user-to-multi-product recommendation engines. And, with some fine-tuning doen, it is kind of a standard for e-commerce businesses.
2nd Mar 2018, 10:14 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar