Algorithm Visualizations

Afoo.me 的可视化算法演示合集

Core Algorithms
HNSW Index
HNSW 索引算法动态演示,直观展示图索引构建过程。
Graph Index
IVF Index
IVF (Inverted File) 索引构建与查询的动态演示。
Vector Search
NSG Demo
NSG 图索引算法的动态构建与搜索过程演示。
Graph Index
Vamana Demo
DiskANN 核心算法 Vamana 的动态演示。
Graph Index
Reservoir Sampling
水塘抽样算法动画演示,流式数据处理经典算法。
Streaming
Golden Fish
基于 p5.js 的趣味动画演示。
Creative
LSH (局部敏感哈希)
Euclidean LSH
欧式距离 LSH 索引构建与检索动画。
Hashing
LSH v1 Demo
LSH 索引构建过程的早期版本演示。
Hashing
Euclidean LSH v0.2
LSH 算法演示 v0.2 版本。
Archive
Tree Algorithms
K-D Tree Demo
K-Dimensional Tree 空间划分算法动态演示。
Spatial
Ball Tree Demo
Ball Tree 结构在高维数据下的构建演示。
Spatial
KD-Tree Vis
另一种 KD-Tree 算法的可视化视角。
Spatial
Vector Compression
PQ Quantization
Product Quantization (乘积量化) 压缩过程演示。
Compression
BQ Quantization
Binary Quantization (二进制量化) 向量压缩演示。
Compression
Random Projection
随机投影降维算法动态演示。
Dimensionality