AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

The Hierarchical Navigable Small World (HNSW) algorithm constructs a multi-layered graph where each layer contains a subset of nodes from the layer below. Navigation starts at the top layer, moving closer to the target node before descending to finer layers. This structure allows for logarithmic time complexity in search operations, making it highly effective for large-scale vector databases and similarity searches in machine learning applications like recommendation systems and image retrieval.

Summary

A graph-based data structure enabling efficient approximate nearest neighbor search in high-dimensional spaces.

Key Concepts

Use Cases