kate-mcardle / tree-based-parallel-kNNLinks
Term project completed for Scalable Machine Learning course; implemented k-d trees and ball trees to improve performance of parallel kNN graph construction on large datasets. Implementations in C++, parallelized with OpenMP and Galois.
☆11Updated 3 years ago
Alternatives and similar repositories for tree-based-parallel-kNN
Users that are interested in tree-based-parallel-kNN are comparing it to the libraries listed below
Sorting:
- Library for performing spectral clustering in C++☆79Updated 2 years ago
- Further development has been moved to a new repository https://github.com/wangyiqiu/dbscan-python☆18Updated 2 years ago
- Highly parallel DBSCAN (HPDBSCAN)☆44Updated last year
- Fast and Efficient Implementation of HDBSCAN in C++ using STL☆72Updated 6 years ago
- Parallel Maximum Clique Library☆117Updated 2 years ago
- Fast C++ implementation of an O(NM) algorithm for the assignment problem.☆54Updated 4 years ago
- A Collection of Parallel Algorithms for Computational Geometry☆12Updated 3 years ago
- A minimalistic header only C++11 Neural Network library based on Eigen::Tensor☆20Updated 7 years ago
- A generic C++11 k-means clustering implementation☆214Updated 5 months ago
- Efficient graph clustering software for normalized cut and ratio association on undirected graphs. Copyright(c) 2008 Brian Kulis, Yuqiang…☆22Updated 13 years ago
- Simple non-academic performance comparison of available open source implementations of R-tree spatial index using linear, quadratic and R…☆49Updated 6 years ago
- generic DBSCAN on CPU & GPU☆37Updated 2 years ago
- A Fast Parallel Algorithm for HDBSCAN* Clustering☆63Updated 3 years ago
- GPU-based large scale Approx. Nearest Neighbor Search, accepted at CVPR 2016☆92Updated 6 years ago
- KMeans clustering in Eigen.☆26Updated 9 years ago
- Machine learning. Clustering by fast search and find of density peaks.☆33Updated 8 years ago
- Naive Hilbert R-Tree implementation☆30Updated 10 years ago
- Quickly compute all maximal cliques of a graph☆80Updated 6 years ago
- SRS - Fast Approximate Nearest Neighbor Search in High Dimensional Euclidean Space With a Tiny Index☆55Updated 10 years ago
- A Light-weight and Fast Template Matrix Library☆134Updated 12 years ago
- CUDA implementation of k-means☆23Updated 11 years ago
- Communication-Minimizing 2D Convolution in GPU Registers☆30Updated 12 years ago
- Theoretically Efficient and Practical Parallel DBSCAN☆89Updated 3 months ago
- A class for performing principal component analysis using Eigen library☆30Updated 8 years ago
- Randomized Decision Trees: A Fast C++ Implementation of Random Forests.☆179Updated 5 years ago
- An extensible C++ library of Hierarchical Bayesian clustering algorithms, such as Bayesian Gaussian mixture models, variational Dirichlet…☆144Updated 7 years ago
- PQ Fast Scan☆65Updated 6 years ago
- Parallel k-d tree with C++17, MPI and OpenMP☆37Updated 3 years ago
- FastHOG library that has been fixed to work with CUDA 5.x on Ubuntu 12.04☆20Updated 11 years ago
- RANSAC Template Library☆90Updated 8 years ago