13,783 skills found · Page 15 of 460
jamis / CsmazesMaze algorithms implemented in CoffeeScript, with an eye toward demonstrating how the algorithms work by animating them.
SMPyBandits / SMPyBandits🔬 Research Framework for Single and Multi-Players 🎰 Multi-Arms Bandits (MAB) Algorithms, implementing all the state-of-the-art algorithms for single-player (UCB, KL-UCB, Thompson...) and multi-player (MusicalChair, MEGA, rhoRand, MCTop/RandTopM etc).. Available on PyPI: https://pypi.org/project/SMPyBandits/ and documentation on
uoip / KCFpyPython implementation of KCF tracking algorithm
moserware / SkillsA detailed implementation of the TrueSkill algorithm to go along with my "Computing Your Skill" blog post
aparsoft / Yolo Streamlit Detection TrackingObject detection and tracking algorithm implemented for Real-Time video streams and static images.
SforAiDl / GenrlA PyTorch reinforcement learning library for generalizable and reproducible algorithm implementations with an aim to improve accessibility in RL
Gautam-J / Machine LearningImplementation of different ML Algorithms from scratch, written in Python 3.x
uber-research / Differentiable PlasticityImplementations of the algorithms described in Differentiable plasticity: training plastic networks with gradient descent, a research paper from Uber AI Labs.
tobegit3hub / Ml ImplementationImplementation of Machine Learning Algorithms
RussellLuo / SlidingwindowGolang implementation of Sliding Window Algorithm for distributed rate limiting.
awjuliani / Meta RLImplementation of Meta-RL A3C algorithm
memoiry / LightML.jlMinimal and clean examples of machine learning algorithms implemented in Julia
alpha037 / Data Structures And AlgorithmsImportant data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.
gordicaleksa / Pytorch DeepdreamPyTorch implementation of DeepDream algorithm (Mordvintsev et al.). Additionally I've included playground.py to help you better understand basic concepts behind the algo.
sdiehl / Typechecker ZooA menagerie of cute implementations of modern typechecking algorithms
corgi-kx / Blockchain Consensus Algorithm代码实现五种区块链共识算法 The code implements five blockchain consensus algorithms
Sierkinhane / CS229 ML ImplementationImplementation of algorithms introduced in CS229.
madhug-nadig / Machine Learning Algorithms From ScratchImplementing machine learning algorithms from scratch.
openworm / SiberneticThis is a C++/OpenCL implementation of the PCISPH algorithm supplemented with a set of biomechanics related features applied to C. elegans locomotion
philtabor / Multi Agent Deep Deterministic Policy GradientsA Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm