13,788 skills found · Page 48 of 460
DavidMcLaughlin208 / PixelSortingc++ and OpenFrameworks implementation of the Pixel Sorting algorithm with multithreading, a GUI, and ability to apply pixel sorting to video files.
facebookresearch / BaspachoDirect solver for sparse SPD matrices for nonlinear optimization. Implements supernodal Cholesky decomposition algorithm, and supports GPU (CUDA).
R1NC / Go AlgorithmImplementations of data structures & algorithms written in Golang.
swift-nav / Libswiftnav LegacyA portable C library implementing GNSS related functions and algorithms.
EmbersArc / SCvxImplementation of the Successive Convexification algorithm.
fabiodimarco / Tf Levenberg MarquardtTensorflow implementation of Levenberg-Marquardt training algorithm
Wrinth / Image Compression With K Means ClusteringImplemented the K-means algorithm with Octave and Python for image compression.
duc0 / Deep Dream In PytorchPytorch implementation of the DeepDream computer vision algorithm
Anjum48 / Rl ExamplesExamples of published reinforcement learning algorithms in recent literature implemented in TensorFlow
The-Data-Alchemists-Manipal / MindWaveMindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
maoaiz / Tsp Genetic PythonA genetic algorithm to solve the Travelling Salesman Problem, implemented in Python. Made by Jack Frigaard, modified by Mauricio Aizaga
ChrisMuir / RefinrCluster and merge similar string values: an R implementation of Open Refine clustering algorithms
facebookresearch / QhoptimImplementations of quasi-hyperbolic optimization algorithms.
minaandrawos / AlgorithmsSome Algorithms implemented in Go
abhisheksuran / Reinforcement LearningDeep Reinforcement Learning Algorithms implemented with Tensorflow 2.3
Philmod / Node KmeansNode.js asynchronous implementation of the clustering algorithm k-means.
fortnightlabs / Snowball Jsjavascript implementation of the popular snowball word stemming nlp algorithm
ShubhankarRawat / Heart Disease PredictionVarious classification algorithms are implemented to predict whether a person is prone to or is suffering from heart disease
marnix / Synology DecryptAn open source implementation/description of the Synology Cloud Sync encryption/decryption algorithm
Vikramramwani / Hamming CodeThe algorithm proposed here is an extension of Hamming code which uses arrays to store data and the index numbers of array elements for encoding of data. This reduces the complexity of the code and is easier to implement in software.