13,785 skills found · Page 41 of 460
ESultanik / MtwisterA pure C implementation of the Mersenne twister is a pseudo-random number generation algorithm.
benedekrozemberczki / LabelPropagationA NetworkX implementation of Label Propagation from a "Near Linear Time Algorithm to Detect Community Structures in Large-Scale Networks" (Physical Review E 2008).
yxiao1996 / SwarmSimMulti-robot control simulation environmrnt build on top on Mobile Robotics Simulation Toolbox, implemented 1)some algorithm for formation control 2)mapping, localization and SLAM based on Kalman filter..
jethrogb / Lenovo PasswordImplementation of Lenovo ThinkPad HDD password algorithm
ServiceNow / Stl Decomp 4jJava implementation of Seasonal-Trend-Loess time-series decomposition algorithm.
lukovicaleksa / Autonomous Driving Turtlebot With Reinforcement LearningImplementation of Q-learning algorithm and Feedback control for the mobile robot (turtlebot3_burger) in ROS.
yjlee22 / FedSharePyTorch implementation of Federated Learning with Non-IID Data, and federated learning algorithms, including FedAvg, FedProx.
nullnull / SimstringA Python implementation of the SimString, a simple and efficient algorithm for approximate string matching.
iohub / AhocorasickA fast and memory efficient implementation of aho-corasick algorithm based on double-array trie (cedar), supports visualizing structure via graphviz.
joney000 / Java Competitive ProgrammingI've written some important Algorithms and Data Structures in an efficient way in Java with references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, LCS, Segment Tree, Sparce Table, All Pair Shortest Path, Binary Search, Matching and many more ...
c-geek / MerkleNode.js module implementing Merkle tree algorithm
snrazavi / Machine Learning In Python WorkshopMy workshop on machine learning using python language to implement different algorithms
pixos / PoptrieAn Implementation of Poptrie IP Routing Table Lookup Algorithm
zehuilu / CBBA PythonThis is a Python implementation of CBBA (Consensus-Based Bundle Algorithm).
frederickjansen / PolylineA Python implementation of Google's Encoded Polyline Algorithm Format.
zhongkaifu / CRFSharpCRFSharp is Conditional Random Fields implemented by .NET(C#), a machine learning algorithm for learning from labeled sequences of examples.
inayatkh / Tracking Python3In this repository I will give some implementation of single and multiple object tracking algorithms. These include meanShift, CamShift, Boosting, MIL, KCF, TLD , GoTurn, and MedianFlow. Additionally I will show you how to grab frames at a very high FPS from camera and videos.
bwsw / Rt Motion Detection Opencv PythonHigh-performance noise-tolerant motion detection algorithm implemented with Python3, Numba, Numpy
antontutoveanu / Crystals Kyber JavascriptJavaScript implementation of CRYSTALS-KYBER (version 3) post-quantum key exchange algorithm.
ml4bio / E2efoldpytorch implementation for "RNA Secondary Structure Prediction By Learning Unrolled Algorithms"