ghamerly / fast-kmeansLinks
Code to speed up k-means clustering. Originally at BaylorCS/baylorml.
☆57Updated last year
Alternatives and similar repositories for fast-kmeans
Users that are interested in fast-kmeans are comparing it to the libraries listed below
Sorting:
- QuickerADC is an implementation of highly-efficient product quantizers leveraging SIMD shuffle instructions integrated into FAISS☆61Updated 6 years ago
- GPU-based large scale Approx. Nearest Neighbor Search, accepted at CVPR 2016☆92Updated 6 years ago
- kmeans clustering with multi-GPU capabilities☆119Updated 2 years ago
- PQ Fast Scan☆64Updated 6 years ago
- Some CUDA design patterns and a bit of template magic for CUDA☆155Updated 2 years ago
- Source code for learning and evaluation different quantzation methods☆26Updated 10 years ago
- CUDA code with exact k-NN algorithm for multiple GPU system.☆12Updated last year
- Example code used in the CVPR 2015 tutorial☆41Updated 9 years ago
- This is a cross-platform, CUDA-based C++ library for general-purpose, unconstrained nonlinear optimization on the GPU. It implements the …☆138Updated 5 years ago
- Hessian Affine detector with SIFT descriptor, CMP implementation☆141Updated 2 years ago
- Fast search algorithm for product-quantized codes via hash-tables☆53Updated 7 years ago
- Simple example of implementing a new Tensorflow operation and its gradient in C++.☆56Updated 6 years ago
- Code for my PhD thesis. Library of quantization-based methods for fast similarity search in high dimensions. Presented at ECCV 18.☆65Updated 3 years ago
- C++/Python implementation of spectral residual saliency detection algorithm☆32Updated 9 years ago
- GGNN: State of the Art Graph-based GPU Nearest Neighbor Search☆162Updated 5 months ago
- an Extremely Fast Approximate Nearest Neighbor graph construction Algorithm framework☆96Updated 5 years ago
- Connected Component Labeling.☆43Updated 5 years ago
- a c++/cuda template library for tensor lazy evaluation☆161Updated 2 years ago
- A c++ toolbox of locality-sensitive hashing (LSH), provides several popular LSH algorithms, also support python and matlab.☆288Updated 8 years ago
- Example code to create and train a Pytorch model using the new C++ frontend.☆17Updated 6 years ago
- ☆31Updated 7 years ago
- An GPU/CUDA implementation of the Hungarian algorithm☆111Updated 6 years ago
- a fork of the densecrf package implementing alternative inference scheme☆29Updated 9 years ago
- Fast, vectorized C++ implementation of K-Means using the Eigen matrix template library. Includes Matlab and Python interfaces.☆57Updated 8 years ago
- fast library for ANN search and KNN graph construction☆294Updated 7 years ago
- C++ interface for mxnet☆115Updated 8 years ago
- An Example of MXNet Models Comilation and Deployment with NNVM in C++☆16Updated 7 years ago
- State-of-the-art method for large-scale ANN search as of Oct 2016. Presented at ECCV 16.☆75Updated 7 years ago
- Polynomial optimization problem solver. Uses relaxation to convert the problem into Semidefinite programming. Can be also used just as Se…☆21Updated 7 years ago
- Direct Graphical Models (DGM) C++ library, a cross-platform Conditional Random Fields library, which is optimized for parallel computing …☆189Updated 3 years ago