572 skills found · Page 3 of 20
IntelSoftware / Ue4 ParallelDemo of parallel-for flocking algorithm on Unreal4
wangyiqiu / HdbscanA Fast Parallel Algorithm for HDBSCAN* Clustering
DrZhang99 / Algorithms Cudaparallel algorithm based on cuda
kifi / ReactiveLDAReactiveLDA is a fast, lightweight implementation of the Latent Dirichlet Allocation (LDA) algorithm, using a parallel vanilla Gibbs sampling algorithm.
sdsc / P3dfftP3DFFT stands for Parallel Three-Dimensional Fast Fourier Transforms. It is a library for large-scale computer simulations on parallel platforms. It implements 3D FFT and related algorithms such as Chebyshev transform (an important class of algorithm for simulations in a wide range of fields). P3DFFT uses 2D, or pencil, decomposition. For more information:
YangMechanicsGroupUTAustin / 2D ALDICAL-DIC(Augmented Lagrangian DIC) is a fast, parallel-computing DIC algorithm, which combines advantages of Local Subset DIC (fast, compute in parallel) and Global DIC (guarantee kinematic compatibility).
inganesa / CUDAkalmanFilterImplemented the Kalman Filter Algorithms on GPU using CUDA programming language. Analysed the run-time performance gain obtained by parallel computation of the various stages of the algorithm.Speed up of 1000x is observed for large input sets.
a115 / ExmatrixElixir library implementing a parallel matrix multiplication algorithm and other utilities for working with matrices. Used for benchmarking computationally intensive concurrent code.
hhnqqq / MyTransformersThis repository provides a comprehensive library for parallel training and LoRA algorithm implementations, supporting multiple parallel strategies and a rich collection of LoRA variants. It serves as a flexible and efficient model fine-tuning toolkit for researchers and developers. Please contact hehn@mail.ustc.edu.cn for detailed information.
AdaCompNUS / Hyp DespotHyP-DESPOT: A Hybrid Parallel Algorithm for Online Planning under Uncertainty
lukas-weber / Carlo.jlMonte Carlo framework that provides MPI parallelization, checkpointing and statistical postprocessing in an algorithm-agnostic way.
atbrox / SnablerParallel Algorithms in Python for Hadoop/Mapreduce
deep-reinforcement-learning-book / Chapter16 Robot Learning In SimulationChapter 16 Robot Learning in Simulation in book Deep Reinforcement Learning: example of Sawyer robot learning to reach the target with paralleled Soft Actor-Critic (SAC) algorithm, using PyRep for Sawyer robot simulation and game building. The environment is wrapped into OpenAI Gym format.
Lain-Ego0 / ROBOCON BRS RobotThe parallel quadruped robot dog with a miniature-like structure, which uses joint motors from Unitree Technology, will have its control software and visual algorithms open-sourced later.
PyDataBlog / ParallelKMeans.jlParallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm
shagunsodhani / LocisImplementation of "A Parallel Spatial Co-location Mining Algorithm Based on MapReduce" paper
simonaertssen / MIT 6.172 Performance Engineering Of Software Systems6.172 is an 18-unit class that provides a hands-on, project-based introduction to building scalable and high-performance software systems. Topics include performance analysis, algorithmic techniques for high performance, instruction-level optimizations, caching optimizations, parallel programming, and building scalable systems. The course programming language is C. See https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-172-performance-engineering-of-software-systems-fall-2018/
KaHIP / VieCutShared-memory parallel minimum cut algorithms (inexact, exact, cactus, multiterminal)
zhandawei / Bayesian Optimization Algorithmsstandard, high-dimensional, parallel, constrained, and multiobjective Bayesian optimization algorithms
atanasovskib / DAG Task SchedulerA Java library for implementing parallel tasks that have directed acyclic dependencies and executing them with various scheduling algorithms.