Mapping two social media profiles

How can you check if two profiles from two different Social Media sites match? What algorithms exist to achieve this and thereby assign a measure of weight to match?

Let's say I have a LinkedIn profile and another Facebook profile. I know the properties of these two profiles. What algorithm can be implemented to find a suitable distance between these two profiles.

Thanks Abhishek S

+3
source share
1 answer

You can try machine learning , in particular classification

For simplicity, suppose you want a binary answer: yes or no (this can be improved later).

What you need to do:

  • .
  • . "", ( ).
  • , , "" , .

, , , :

+6

All Articles