13,785 skills found · Page 42 of 460
zhen-he / Tracking By AnimationA PyTorch implementation of the "Tracking-by-Animation" algorithm published at CVPR 2019.
Tonsty / SurfaceRegistrationAn implementation of the algorithm described in the article "Optimal Step Nonrigid ICP Algorithms for Surface Registration" by Brian Amberg, Sami Romdhani and Thomas Vetter
10-OASIS-01 / MinrlMinRL provides clean, minimal implementations of fundamental reinforcement learning algorithms in a customizable GridWorld environment. The project focuses on educational clarity and implementation simplicity while maintaining production-quality code standards.
juanmirocks / Levenshtein MySQL UDFGeneral Levenshtein algorithm and k-bounded Levenshtein distance in linear time and constant space. Implementation in C as UDFs for MySQL🐬 and MariaDB🦭
michaelnny / Deep Rl ZooA collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartPole, LunarLander, and MountainCar.
KevinStern / Software And AlgorithmsNeat algorithm implementations in Java.
vrishank97 / AlgoTradingPython Implementations of popular Algorithmic Trading Strategies
yao62995 / A3CAdvantage async actor-critic Algorithms (A3C) and Progressive Neural Network implemented by tensorflow.
kevinwang1975 / PathFinderA Java implementation of A* (A star) and Dijkstra search algorithm for comparison.
Vicam / Unsupervised Anomaly DetectionA Notebook where I implement differents anomaly detection algorithms on a simple exemple. The goal was just to understand how the different algorithms works and their differents caracteristics.
cubicdaiya / OnpThe implementations of "An O(NP) Sequence Comparison Algorithm"
IntelPython / Scikit Learn Benchscikit-learn_bench benchmarks various implementations of machine learning algorithms across data analytics frameworks. It currently support the scikit-learn, DAAL4PY, cuML, and XGBoost frameworks for commonly used machine learning algorithms.
melhousni / Ndt Mapping LocalizationC++ Implementation of the NDT mapping and localization algorithm for ADV on ROS.
vatsan / SlamAn implementation of particle filtering algorithm for simultaneous localization and mapping (SLAM) in autonomous robots.
LasseRegin / SVM W SMOSimple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.
sachin-101 / Machine Learning By Andrew Ng Implementation In PythonTo help python programmers experiment and learn. All algorithms implemented from scratch in jupyter notebook.
avihuxp / WaveFunctionCollapseImplementation of the overlapping model of the Wave Function Collapse algorithm
namoshizun / PyPOMDPPython implementation of POMDP framework and PBVI & POMCP algorithms.
Renovamen / Pcalg PyImplement PC algorithm in Python | PC 算法的 Python 实现
McLeopold / PythonSkillsPython Implementation of the TrueSkill, Glicko and Elo Ranking Algorithms