-1
would like to know what I can use in machine Learning or other type of tool for the following problem: I have a list of full names and I would like to identify among them which are related by the similarity of the surname. What can I use?
-1
would like to know what I can use in machine Learning or other type of tool for the following problem: I have a list of full names and I would like to identify among them which are related by the similarity of the surname. What can I use?
1
Oops, I find it difficult to achieve this by using machine Learning since you would have to assign a label in the data to members of the same family. If the problem is just checking who on a list has the same last name and classifying that person as being from the same family, you can solve this by simply looping the list, finding the same last names, recover the full name and play on other lists or arrays.
Browser other questions tagged python machine-learning
You are not signed in. Login or sign up in order to post.
I get it, the guys in the love serenade solved it using machine Learning
– user3769812