Skip to content
#

nearest-neighbor-search

Here are 324 public repositories matching this topic...

This code implements fast cosine similarity search between text sentences. You have a database of sentences (can be tweets/ documents etc ) and a list of query sentences. This code searches the database and finds the nearest neighbhor to the given queries using cosine similarity. The code supports 1) brute force search 2) Fast exact search by bu…

  • Updated Jun 23, 2017
  • C

Improve this page

Add a description, image, and links to the nearest-neighbor-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nearest-neighbor-search topic, visit your repo's landing page and select "manage topics."

Learn more