How can a recommender system manage to calculate similarity between 10m users and get recommendations of similar ones?
How can a recommender system manage to calculate similarity between 10m users and get recommendations of similar ones?
is that real time i mean? or there is any way to do that fast?
is that real time i mean? or there is any way to do that fast?
No any search results
You already invited:
1 Answers
mikeattara
Upvotes from: Vaibhav Rastogi
If you want similar enough you can use a large enough subset of users to get similar users which will reduce the computation time
this kind of operations are easy to do in parallel too since each user is independant