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?
1 Odpowiedź
+ 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.