Learn Before
Relation

KNN in practice

KNN can be useful in solving problems that have solutions that depend on identifying similar objects.

  1. Recommender Systems For example: Recommending products on Amazon, articles on Medium, movies on Netflix, or videos on YouTube.
  2. Concept Search This is used to search for semantically similar documents (i.e., documents containing similar topics). We could find it in many e-Discovery software packages, which are used for helping companies find all of the e-mails, contracts, etc.
  3. Herta Security They then use k-NN to identify a person by compare the face to their watchlist.

0

0

Updated 2021-03-06

Tags

Data Science

Learn After