13,783 skills found · Page 19 of 460
JuliaRobotics / RigidBodyDynamics.jlJulia implementation of various rigid body dynamics and kinematics algorithms
punitpandey / Ds AlgoImplementation of common Data Structures and Algorithms with Go
nyyManni / MsdfglOpenGL implementation of the MSDF algorithm
Stable-Baselines-Team / Stable BaselinesMirror of Stable-Baselines: a fork of OpenAI Baselines, implementations of reinforcement learning algorithms
akuukka / QuickhullC++ implementation of the 3D QuickHull algorithm
jaantollander / OneEuroFilterSimple Python and Julia implementations of the 1€ Filter. The codes can be used as a pseudocode for implementing the algorithm in other languages.
LeeDoYup / RobustSTLUnofficial Implementation of RobustSTL: A Robust Seasonal-Trend Decomposition Algorithm for Long Time Series (AAAI 2019)
thieu1995 / MetaheuristicsImplement the-state-of-the-art meta-heuristic algorithms using python (numpy)
jorgenkg / Python Neural NetworkThis is an efficient implementation of a fully connected neural network in NumPy. The network can be trained by a variety of learning algorithms: backpropagation, resilient backpropagation and scaled conjugate gradient learning. The network has been developed with PYPY in mind.
cooervo / Algorithms DataStructures BigONotationBig O notation cheatsheets. algorithms and data structures explanations and implementations
PSMM / SLIC SuperpixelsImplementation of the SLIC superpixel algorithm to work with OpenCV
segmentio / FasthashGo package porting the standard hashing algorithms to a more efficient implementation.
Scrawk / Marching Cubes On The GPUA implementation of the marching cubes algorithm on the GPU in Unity.
bentrevett / Pytorch RlTutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
NoneJou072 / Robopalrobopal: a multi-platform, modular robot simulation framework based on MuJoCo, mainly used for reinforcement learning and control algorithm implementation of robotic arms.
abhishekgahlot / Competitive Programmer Handbook PythonPython Implementation of all the Competitive Programmer Handbook Algorithms
LaurieWired / Assembly AlgorithmsRepository of algorithms implemented in pure assembly
Golevka / Deformation TransferAn implementation of Deformation Transfer algorithm in ANSI C
kkdai / MaglevA Google Maglev Hashing Algorithm implement in Golang
aaparella / CarveGo implementation of Seam Carving algorithm.