13,786 skills found · Page 38 of 460
malensek / JbsdiffJava implementation of the bsdiff algorithm
evandempsey / Fp GrowthPython implementation of the Frequent Pattern Growth algorithm
anoopelias / BoidsA fast JavaScript implementation of the boids algorithm
LeCAR-Lab / CoVO MPCOfficial implementation for the paper "CoVO-MPC: Theoretical Analysis of Sampling-based MPC and Optimal Covariance Design" accepted by L4DC 2024. CoVO-MPC is an optimal sampling-based MPC algorithm.
tsunghanjacktsai / AlgorithmAlgorithms implemented by Java
x35f / Unstable BaselinesRe-implementations of SOTA RL algorithms.
facebookresearch / DcdImplementations of robust Dual Curriculum Design (DCD) algorithms for unsupervised environment design.
saniul / MendelMendel - Swift miliframework for implementing evolutionary/genetic algorithms
dawnjeanh / MotionplanningMotion planning algorithm implementation
miskcoo / Rubik CubeRubik's Cube solver implemented by C++ and OpenGL using Krof/Kociemba algorithm.
0joshuaolson1 / Lstm GAn implementation of a generalized version of the Long Short-Term Memory neural network architecture and algorithm, one of the most powerful supervised machine learning methodologies
luckydonald / PbftImplementation of the Practical Byzantine Fault Tolerant Algorithm (pbft)
levyben / DeepSuperLearnerDeepSuperLearner - Python implementation of the deep ensemble algorithm
schochastics / EdgebundleR package implementing edge bundling algorithms
juanplopes / Simple Algorithms:book: Collection of didactic algorithm implementations
JalaliLabUCLA / Jalali Lab Implementation Of RAISRImplementation of RAISR (Rapid and Accurate Image Super Resolution) algorithm in Python 3.x by Jalali Laboratory at UCLA. The implementation presented here achieved performance results that are comparable to that presented in Google's research paper (with less than ± 0.1 dB in PSNR). Just-in-time (JIT) compilation employing JIT numba is used to speed up the Python code. A very parallelized Python code employing multi-processing capabilities is used to speed up the testing process. The code has been tested on GNU/Linux and Mac OS X 10.13.2 platforms.
SimoneRichetti / VRPTW Column GenerationA solution to the VRPTW problem using the Column Generation algorithm. Implementation with Python using the Gurobi optimizer (license needed)
mauidude / Go ReadabilityA Go implementation of the readability algorithm by arc90 labs
pymc-labs / Semantic Similarity RatingImplementation of the SSR algorithm of the paper "LLMs Reproduce Human Purchase Intent via Semantic Similarity Elicitation of Likert Ratings"
Katsutoshii / Barnes Hut RsImplementation of the Barnes Hut Algorithm in rust with visualization and web-deployment using WASM