bachlog / sim-shootout

Code for "Performance shootout between nearest-neighbour libraries": http://radimrehurek.com/2013/11/performance-shootout-of-nearest-neighbours-intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sim-shootout

Code for the blog series on benchmarking nearest-neighbour libraries:

Part I: Intro

Part II: Contestants

Part III: Querying

The target are libraries that expose a Python interface and allow (exact or approximate) k-NN search in high dimensional vector spaces.

Run run_all.sh to download Wikipedia, index it and run all experiments.

About

Code for "Performance shootout between nearest-neighbour libraries": http://radimrehurek.com/2013/11/performance-shootout-of-nearest-neighbours-intro

License:MIT License


Languages

Language:Python 96.3%Language:Shell 3.7%