572 skills found · Page 13 of 20
zhearing / SVM HOG CUDAHOG pedestrian detection algorithm CUDA parallel implementation.
lapa19 / Parallel Image Processing Algorithmsparallel image processing algorithms using pymp
brianjimenez / Ftdock MpiMPI parallel version of the FTDock protein-protein docking algorithm
bradheintz / TravSalesTravSales is a parallelized genetic algorithm attack on the Traveling Salesman problem using Hadoop.
mjDelta / Filtered Backprojection PythonFiltered Backprojection Algorithm for CT images reconstruction under parallel projections
ishikawalab / ImtoolkitIMToolkit: An open-source index modulation toolkit for reproducible research based on massively parallel algorithms
samehkhamis / RegionPushRelabelA parallel out-of-core push-relabel algorithm for massive graphs with a regular structure
llnl / PIPS SBBImplementation of parallel branch-and-bound algorithm for stochastic (or block-angular) mixed-integer programs
CGCL-codes / MXNet GCCGRID 2019: MXNet-G is a deep learning framework designed based on MXNet. It allows you to train models with a novel distributed SGD (Stochastic Gradient Descent) algorithm named Grouping-SGD. A new parallelization scheme named GSP (Grouping Synchronous Parallel) is used in Grouping-SGD for distributed deep learning on heterogeneous clusters.
mgowanlock / BPS HDBSCANHybrid Parallel CPU+GPU DBSCAN Algorithm
itrummer / Query Optimizer LibContains implementations of various algorithms for database query optimization. The algorithms cover multiple problem variants (e.g., traditional and multi-objective query optimization) and offer different tradeoffs between optimality guarantees and optimization time (e.g., fast randomized algorithms, approximation schemes, exhaustive algorithms, parallel algorithms, ...).
lukas783 / CUDA Sobel FilterA program that runs a sobel filter edge detection algorithm on an image using a single thread on the CPU, another using OpenMP to parallelize it, and a third to run on a NVIDIA CUDA GPU to parallelize it further.
LRLVEC / MarchingCubesAn implemention of parallel marching cubes algorithm by CUDA
TodorBalabanov / Rubiks Cube Genetic Algorithms SolverMPI parallel implementation of genetic algorithm based Rubik's cube solver.
javathunderman / ZinniaAn experiment in hardware accelerated DSLs and parallel algorithms for signal processing applications.
princeofpython / PageRank With CUDAParallelizing Google's PageRank algorithm in C++ with CUDA framework on GPU. Conducted some experiments, tried new ideas. Final Course Project for CS6023: GPU Programming on 2021 Spring, IIT Madras.
Shahul-Rahman / SPGD Search Party Gradient Descent AlgorithmSPGD: Search Party Gradient Descent algorithm, a Simple Gradient-Based Parallel Algorithm for Bound-Constrained Optimization. Link: https://www.mdpi.com/2227-7390/10/5/800
MauriceGit / Marching Cubes On GPUA marching cube algorithm, that is executed in parallel on the GPU, using compute shaders. This will later enable a highly parallel creation of advanced landscape/terrain structures in potentially real-time (next project).
AI-team-UoA / DS JedAIDS-JedAI (Distributed Spatial JedAI) is a system for Holistic Geospatial Interlinking for big geospatial data. In Holistic Geospatial Interlinking, we aim to discover all the topological relations between two geospatial datasets. DS-JedAI implements novel algorithms in parallel using Apache Spark.
BESTICSP / SM4 CTRParallel Implementation of SM4-CTR Algorithm based on General Computing Platform. 基于CUDA通用GPU平台的SM4-CTR算法并行化实现。利用本地GPU资源,进行CTR工作模式下SM4算法高速加解密的并行实现和优化方案。