+ 1
What kind of algorithm used by facebook for friend suggestion?
5 Respostas
+ 5
Extremely advanced, machine learning. There are a few courses available on it in sololearn.
+ 4
1. I believe that they see ur friends's friends and suggests you some of them.
2.In some photos of yours they use machine learning to identify different people and suggests you those users.
there is a hell lot of machine learning used that's for sure.
+ 3
I guess there are many factors involved.
It probably takes all your informations, like where you live, who are your friends, what activities, in what are you interested and then just lists people whos informations have the most matches when compared to your informations.
+ 3
The data is most likely stored in a database and user's activities (which get tracked) feed it with informations. Afaik the correlation between users is managed with a graph structure.
https://www.sololearn.com/learn/656/?ref=app
+ 2
what kind of data structure they use to gather all the information?