Skip to content

All the code for a series of Medium articles on Approximate Nearest Neighbors

Notifications You must be signed in to change notification settings

stephenleo/adventures-with-ann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adventures with ANN

A series of Medium posts highlighting the significance of Approximate Nearest Neighbors algorithms. Specifically the usefulness of Hierarchical Navigable Small World (HNSW) graphs ANN algorithm.

  1. KNN is Dead

    • Medium Post: Link
    • Open In Colab
    • Jupyter Notebook: Link
  2. How to Choose the Best Nearest Neighbors Algorithm?

    • Medium Post: Link
    • Open In Colab
    • Jupyter Notebook: Link
  3. Approximate Nearest Neighbors on Elastic Search with Docker

    • Medium Post: Link
    • Open In Colab
    • Jupyter Notebook: Link