kate-mcardle / tree-based-parallel-kNN
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 2 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
- A Fast Parallel Algorithm for HDBSCAN* Clustering☆57Updated 2 years ago
- Library for performing spectral clustering in C++☆77Updated last year
- Fast and Efficient Implementation of HDBSCAN in C++ using STL☆62Updated 5 years ago
- Parallel, batch-dynamic kdtree☆13Updated 3 years ago
- Parallel Maximum Clique Library☆115Updated last year
- A Collection of Parallel Algorithms for Computational Geometry☆12Updated 3 years ago
- KMeans clustering in Eigen.☆26Updated 8 years ago
- Naive Hilbert R-Tree implementation☆29Updated 10 years ago
- Parallel k-d tree with C++17, MPI and OpenMP☆34Updated 3 years ago
- ☆47Updated 2 years ago
- SuiteSparse: a suite of sparse matrix packages by @DrTimothyAldenDavis et al. with native CMake support☆53Updated 8 months ago
- Further development has been moved to a new repository https://github.com/wangyiqiu/dbscan-python☆18Updated 2 years ago
- This provides an unsupervised machine learning techniques for clustering integral curves in flow visualization☆19Updated 5 years ago
- The C++ source code (Code::Block IDE) for outlier detection in high dimensions. It covers standard methods and its approximations to dete…☆8Updated 6 years ago
- CUDA implementation of k-means☆23Updated 11 years ago
- PCA implementation in c++☆36Updated 13 years ago
- A class for performing principal component analysis using Eigen library☆30Updated 7 years ago
- Efficient graph clustering software for normalized cut and ratio association on undirected graphs. Copyright(c) 2008 Brian Kulis, Yuqiang…☆22Updated 12 years ago
- Implementation of the K-Means clustering algorithm.☆106Updated 9 years ago
- Implementation of Efficient K-NN Graph Construction Algorithm NN-Descent in C++☆30Updated 8 years ago
- TopK Algorithms Benchmark☆10Updated 5 years ago
- Probably the fastest C++ dbscan library.☆93Updated 10 months ago
- Floating point morton order comparison operator.☆13Updated 11 months ago
- An expression template based linear algebra library running completely on the GPU using CUDA☆25Updated 3 years ago
- Code for tutorial on how to use Eigen's LM optimization☆71Updated 7 years ago
- Sparse Surface Adjustment☆16Updated 11 years ago
- A library for tensor voting on 3D point-clouds using GPU (NVIDIA).☆20Updated 9 years ago
- A tiny least squares solver targeting extreme performance on repeated minimizations☆44Updated 9 years ago
- SRS - Fast Approximate Nearest Neighbor Search in High Dimensional Euclidean Space With a Tiny Index☆55Updated 9 years ago
- CUDA C implementation of Principal Component Analysis (PCA) through Singular Value Decomposition (SVD) using a highly parallelisable vers…☆27Updated 5 years ago