13,783 skills found · Page 17 of 460
RITCHIEHuang / DeepRL AlgorithmsDeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)
samuelmurray / Tracking By DetectionMultiple object tracking (MOT) algorithm implemented in C++
dylanede / Cassowary RsA Rust implementation of the Cassowary constraint solving algorithm
kanyun-inc / Ytk LearnYtk-learn is a distributed machine learning library which implements most of popular machine learning algorithms(GBDT, GBRT, Mixture Logistic Regression, Gradient Boosting Soft Tree, Factorization Machines, Field-aware Factorization Machines, Logistic Regression, Softmax).
mcximing / Hungarian Algorithm CppA C++ wrapper for a hungarian algorithm implementation
anirban-s / Data Structures And AlgorithmsThis repository contains data structures and algorithm implemented in C#.
fuzhengwei / Java Algorithms📝 Java 数据结构和算法 | Algorithms and data structures implemented in Java with explanations and links to further readings
pglira / SimpleICPImplementations of a rather simple version of the Iterative Closest Point algorithm in various languages.
gaschler / Bounding MeshImplementation of the bounding mesh and bounding convex decomposition algorithms for single-sided mesh approximation
tommyod / Efficient AprioriAn efficient Python implementation of the Apriori algorithm.
xiang90 / PaxosA go implementation of the Paxos algorithm
DeMoriarty / Fast Pytorch KmeansThis is a pytorch implementation of k-means clustering algorithm
elbamos / LargeVisAn implementation of the largeVis algorithm for visualizing large, high-dimensional datasets, for R
oyekanmiayo / Dsa All LangsA repository that contains explanations and (custom) implementations of the most popular data structures and algorithms in various languages.
cs0x7f / Min2phaseRubik's Cube Solver. An optimized implementation of Kociemba's two-phase algorithm.
bing-jian / GmmregImplementations of the robust point set registration algorithm described in "Robust Point Set Registration Using Gaussian Mixture Models", Bing Jian and Baba C. Vemuri, IEEE Transactions on Pattern Analysis and Machine Intelligence, 2011, 33(8), pp. 1633-1645. For a Python implementation, please refer to http://github.com/bing-jian/gmmreg-python.
laserson / SquarifyPure Python implementation of the squarify treemap layout algorithm
j256 / Two Factor AuthTwo Factor Authentication Java code implementing the Time-based One-time Password Algorithm
anubhavshrimal / Data Structures AlgorithmsMy implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
VienDinhCom / SupermemoA JavaScript and TypeScript implementation of SuperMemo 2, a spaced repetition algorithm for flashcards.