arneish / parallel-PCA-openmpLinks
A parallelized implementation of Principal Component Analysis (PCA) using Singular Value Decomposition (SVD) in OpenMP for C. The procedure used is Modified Gram Schmidt algorithm. The method for Classical Gram Schmidt is also available for use.
☆17Updated 6 years ago
Alternatives and similar repositories for parallel-PCA-openmp
Users that are interested in parallel-PCA-openmp are comparing it to the libraries listed below
Sorting:
- Ultra fast MSD radix sorter☆10Updated 5 years ago
- ☆23Updated 4 years ago
- A Collection of Parallel Algorithms for Computational Geometry☆12Updated 3 years ago
- C++ implementation of IRLS algorithm for generalized linear model☆21Updated 8 years ago
- Quickly compute all maximal cliques of a graph☆80Updated 7 years ago
- CUDA implementation of exclusive prefix sum via Blelloch's algorithm☆29Updated 8 years ago
- Highly parallel DBSCAN (HPDBSCAN)☆44Updated last year
- DartMinHash: Fast Sketching for Weighted Sets☆12Updated 2 months ago
- A C++ RangeTree implementation.☆43Updated 5 years ago
- CUDA C implementation of Principal Component Analysis (PCA) through Singular Value Decomposition (SVD) using a highly parallelisable vers…☆28Updated 6 years ago
- ProbMinHash – A Class of Locality-Sensitive Hash Algorithms for the (Probability) Jaccard Similarity☆44Updated 5 years ago
- Library for performing spectral clustering in C++☆80Updated 2 years ago
- Fast C++ implementation of an O(NM) algorithm for the assignment problem.☆54Updated 4 years ago
- ☆51Updated 3 years ago
- There is given an undirected graph G = (V, E) from which edges are deleted one at a time. Questions like "Are the vertices u and v in the…☆10Updated 5 years ago
- ☆11Updated 2 years ago
- Some CUDA design patterns and a bit of template magic for CUDA☆158Updated 2 years ago
- BagMinHash - Minwise Hashing Algorithm for Weighted Sets☆26Updated 5 years ago
- A warp-oriented dynamic hash table for GPUs☆76Updated 2 years ago
- ☆43Updated 8 years ago
- a CUDA implementation of a priority queue☆84Updated 5 years ago
- FOundation of stXXl and thriLL☆14Updated 2 years ago
- C++ fast hierarchical clustering algorithms☆90Updated 2 years ago
- Fast Fast Hadamard Transform☆89Updated 4 years ago
- Wavelet tree based on a fixed block boosting technique☆16Updated 4 years ago
- MWE for using the Eigen library in CUDA kernels☆121Updated 3 years ago
- A generic C++11 k-means clustering implementation☆216Updated 9 months ago
- linear (time,space) greedy set cover implementation☆30Updated 4 years ago
- Fast, vectorized C++ implementation of K-Means using the Eigen matrix template library. Includes Matlab and Python interfaces.☆58Updated 8 years ago
- C++ algorithm and Python scripts for nice Connected Components Labeling☆16Updated 12 years ago