13,786 skills found · Page 31 of 460
jimkon / Deep Reinforcement Learning In Large Discrete Action SpacesImplementation of the algorithm in Python 3, TensorFlow and OpenAI Gym
robertknight / Tex LinebreakJavaScript implementation of the Knuth-Plass linebreaking algorithm
FedUni / CalikoThe Caliko library is an implementation of the FABRIK inverse kinematics algorithm in Java.
fuhailin / Probabilistic Matrix FactorizationPython Implementation of Probabilistic Matrix Factorization(PMF) Algorithm for building a recommendation system using MovieLens ml-100k | GroupLens dataset
peferron / AlgoAlgorithms and data structures implemented in Go, JS, TypeScript, Rust, and Swift.
jangirrishabh / ToyCarIRLImplementation of Inverse Reinforcement Learning Algorithm on a toy car in a 2D world problem, (Apprenticeship Learning via Inverse Reinforcement Learning Abbeel & Ng, 2004)
pjmattingly / Ant Colony OptimizationImplementation of the Ant Colony Optimization algorithm (python)
timothyasp / PageRankImplementation of the PageRank algorithm
milaan9 / Deep Learning Algorithms From ScratchThis repository explores the variety of techniques and algorithms commonly used in deep learning and the implementation in MATLAB and PYTHON
bkvogel / Griffin LimImplementation of the Griffin and Lim algorithm to recover an audio signal from a magnitude-only spectrogram.
kahypar / Mt KahyparMt-KaHyPar (Multi-Threaded Karlsruhe Hypergraph Partitioner) is a shared-memory multilevel graph and hypergraph partitioner equipped with parallel implementations of techniques used in the best sequential partitioning algorithms. Mt-KaHyPar can partition extremely large hypergraphs very fast and with high quality.
clarkzinzow / Nonlinear Optimization AlgorithmsMATLAB implementations of a variety of nonlinear programming algorithms.
viggin / Domain Adaptation ToolboxWrappers and implementations of several domain adaptation / transfer learning / semi-supervised learning algorithms
js1010 / CuhnswCUDA implementation of Hierarchical Navigable Small World Graph algorithm
abdurakhmonoff / Data Structures And Algorithms KotlinImplementation and explanation of Data Structures and Algorithms (DSA) in Kotlin programming language
RaumZeit / MarchingSquares.jsA JavaScript implementation of the Marching Squares algorithm featuring IsoContour and IsoBand computation
nissymori / JAX CORLClean single-file implementation of offline RL algorithms in JAX
BigZaphod / AStarC Implementation of the A* Pathfinding Algorithm
cdeweyx / Hitchhikers Guide Machine LearningGuide explaining and implementing fundamental machine learning algorithms in Python
FSou1 / Typescript Algorithms🔖 Algorithms and data structures implemented in TypeScript