13,786 skills found · Page 33 of 460
diffusionstudio / Slug WebgpuWebGPU implementation of Eric Lengyel's Slug algorithm for resolution-independent vector text rendering on the GPU
7sharp9 / Write You An Inference In FsharpDifferent type inference algorithms implemented in F#
yousefkotp / CPU Scheduling AlgorithmsAn implementation of various CPU scheduling algorithms in C++. The algorithms included are First Come First Serve (FCFS), Round Robin (RR), Shortest Process Next (SPN), Shortest Remaining Time (SRT), Highest Response Ratio Next (HRRN), Feedback (FB) and Aging.
rrice / Java String SimilarityA Java library that implements several algorithms that calculate similarity between strings.
BitPunchZ / Leetcode In Python 50 Algorithms Coding Interview QuestionsImplementation of the coding interview questions for the "Leetcode in python 50 Algorithms Coding Interview Questions" Course on udemy
Gaurav14cs17 / DSAA well-organized repository covering core Data Structures and Algorithms, from fundamentals to advanced topics. It’s designed for systematic learning, coding interview preparation, and reference implementations, with topic-wise structure and clean, practical solutions
hhyyti / Dcm ImuThe DCM-IMU algorithm is designed for fusing low-cost triaxial MEMS gyroscope and accelerometer measurements. An extended Kalman filter is used to estimate attitude in direction cosine matrix (DCM) formation and gyroscope biases online. A variable measurement covariance method is implemented for acceleration measurements to ensure robustness against temporarily non-gravitational accelerations which usually induce errors to attitude estimate in ordinary IMU-algorithms. The code and data will be added after related scientific work is published and open source publication is approved.
PacktPublishing / Building Computer Vision Projects With OpenCV4 And CPlusPlusImplement complex computer vision algorithms and explore deep learning and face detection
codeplaysoftware / VisioncppA machine vision library written in SYCL and C++ that shows performance-portable implementation of graph algorithms
botforge / CUDA ScanMatcher ICPA high performance CUDA implementation of Scan Matching via the Iterative Closest Point Algorithm
Dev-shrm07 / SkyNetMECThis repository contains an implementation of a UAV-based task offloading model using the Multi-Agent Deep Deterministic Policy Gradient (MADDPG) reinforcement learning algorithm.
pantaloons / RSASimple implementation of the RSA algorithm
noio / PeasPython Evolutionary Algorithms. Contains implementations of NEAT and HyperNEAT.
gridbugs / WfcCrates implementing the Wave Function Collapse algorithm
texttheater / Golang LevenshteinAn implementation of the Levenshtein algorithm in Go. Provides edit distances and edit scripts.
anthdm / HbbftPractical implementation of the Honey Badger Byzantine Fault Tolerance consensus algorithm written in Go.
Rambatino / CHAIDA python implementation of the common CHAID algorithm
jrzaurin / Wide And Deep KerasKeras implementation of Tensorflow's Wide and Deep Algorithm
akcarsten / Independent Component AnalysisFrom scratch Python implementation of the fast ICA algorithm.
brodderickrodriguez / CassowaryA pure python implementation of the Cassowary constraint solving algorithm.