13,782 skills found · Page 9 of 460
markdregan / K Nearest Neighbors With Dynamic Time WarpingPython implementation of KNN and DTW classification algorithm
asaini / AprioriPython Implementation of Apriori Algorithm for finding Frequent sets and Association Rules
TheMasonX / UnityPCSSNvidia's PCSS soft shadow algorithm implemented in Unity
csteinmetz1 / PyloudnormFlexible audio loudness meter in Python with implementation of ITU-R BS.1770-4 loudness algorithm
nucleic / KiwiEfficient C++ implementation of the Cassowary constraint solving algorithm
ikostrikov / JaxrlJAX (Flax) implementation of algorithms for Deep Reinforcement Learning with continuous action spaces.
vtraag / LeidenalgImplementation of the Leiden algorithm for various quality functions to be used with igraph in Python.
gyuho / GoraphPackage goraph implements graph data structure and algorithms.
pubgrub-rs / PubgrubPubGrub version solving algorithm implemented in Rust
kumar91gopi / Algorithms And Data Structures In RubyRuby implementation of Algorithms,Data-structures and programming challenges
sindresorhus / LevenMeasure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm
Lizhi-sjtu / MARL Code PytorchConcise pytorch implements of MARL algorithms, including MAPPO, MADDPG, MATD3, QMIX and VDN.
eleurent / Rl AgentsImplementations of Reinforcement Learning and Planning algorithms
cloudflare / AhocorasickA Golang implementation of the Aho-Corasick string matching algorithm
TianhongDai / Reinforcement Learning AlgorithmsThis repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are still in progress)
LZMA-JS / LZMA JSA JavaScript implementation of the Lempel-Ziv-Markov (LZMA) chain compression algorithm
starry-sky6688 / MADDPGPytorch implementation of the MARL algorithm, MADDPG, which correspondings to the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments".
yrlu / Irl ImitationImplementation of Inverse Reinforcement Learning (IRL) algorithms in Python/Tensorflow. Deep MaxEnt, MaxEnt, LPIRL
TannerGabriel / Learning GoProjects, Algorithms and data structures implemented in Golang with explanations and links to further readings
GameTechDev / MaskedOcclusionCullingExample code for the research paper "Masked Software Occlusion Culling"; implements an efficient alternative to the hierarchical depth buffer algorithm.