572 skills found · Page 4 of 20
rpryzant / Proxy A DistanceProxy A-Distance algorithm for measuring domain disparity in parallel corpora
srQ-cpc / D PSGDAlgorithm: Decentralized Parallel Stochastic Gradient Descent
ZhengzhongSun / Matrix Inversion With CUDAI implemented a parallel algorithm for matrix inversion based on Gauss-Jordan elimination.
SuperScientificSoftwareLaboratory / TileSpGEMMSource code of the PPoPP '22 paper: "TileSpGEMM: A Tiled Algorithm for Parallel Sparse General Matrix-Matrix Multiplication on GPUs" by Yuyao Niu, Zhengyang Lu, Haonan Ji, Shuhui Song, Zhou Jin, and Weifeng Liu.
shohinm / Parallel SearchParallel Search-Based Planning Algorithms
mendrugory / PitonRun your Python algorithms in parallel and avoid the GIL
jpatanooga / KnittingBoarParallel Iterative Algorithm (SGD) on Hadoop's YARN framework
Poofjunior / Fpga Fast Serial Sorta parallel sorting algorithm implemented in hardware that sorts data in linear time as it arrives serially
HPSCIL / CuFSDAFcuFSDAF is an enhanced FSDAF algorithm parallelized using GPUs. In cuFSDAF, the TPS interpolator is replaced by a modified Inverse Distance Weighted (IDW) interpolator. Besides, computationally intensive procedures are parallelized using the Compute Unified Device Architecture (CUDA), a parallel computing framework for GPUs. Moreover, an adaptive domain-decomposition method is developed to adjust the size of sub-domains according to hardware properties adaptively and ensure the accuracy at the edges of sub-domains.
chenyiran0599 / HiSpatialClusterClustering spatial points with algorithm of Fast Search, high performace computing implements of CUDA or parallel in CPU, and runnable implements on python standalone or arcgis.
bezzad / TSP GATraveling Salesman Problem Using Parallel Genetic Algorithms
chalk-lab / MCMCTempering.jlImplementations of parallel tempering algorithms to augment samplers with tempering capabilities
akyrola / ShotgunShotgun is a C++ parallel coordinate descent algorithm (standalone and Matlab MEX) for solving L1-regularized least squares and logistic regression problems. See http://arxiv.org/abs/1105.5379
IntelligentSoftwareSystems / GaloisGPULonestarGPU: Irregular algorithms parallelized for GPUs
bezzad / MakeClassScheduleMake university class schedule by Parallel Genetic Algorithm in C# WinForm
alugowski / PoolSTLLight and self-contained implementation of C++17 parallel algorithms.
nicholasharris / GPU Parallel Genetic Algorithm Using CUDA With Python NumbaImplementation of a GPU-parallel Genetic Algorithm using CUDA with python numba for significant speedup.
Parallel-in-Time / PFASSTPFASST++ is a C++ implementation of the "parallel full approximation scheme in space and time" (PFASST) algorithm
fenbf / ParSTLTestsTests with some parallel algorithms in MSVC implementation
kaletap / Bfs Cuda GpuImplementation of parallel Breadth First Algorithm for graph traversal using CUDA and C++ language.