13,781 skills found · Page 6 of 460
ZhugeKongan / Torch Template For Deep LearningPytorch Implementations of large number classical backbone CNNs, data enhancement, torch loss, attention, visualization and some common algorithms.
thepranaygupta / Data Structures And AlgorithmsA repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways, programming questions and Interview questions. The main aim of this repository is to help students who are learning Data Structures and Algorithms or preparing for an interview.
rkalla / ImgscalrSimple Java image-scaling library implementing Chris Campbell's incremental scaling algorithm as well as Java2D's "best-practices" image-scaling techniques.
esmuellert / Codediff.nvimA Neovim plugin that provides VSCode-style diff rendering with two-tier highlighting (line + character level) in side-by-side and inline layouts, using VSCode's algorithm implemented in C.
TheAlgorithms / RCollection of various algorithms implemented in R.
TheAlgorithms / ScalaAll Algorithms implemented in Scala
gavinkhung / Machine Learning VisualizedML algorithms implemented and derived from first-principles in Jupyter Notebooks and NumPy
WojciechMula / PyahocorasickPython module (C extension and plain python) implementing Aho-Corasick algorithm
carefree0910 / MachineLearningMachine learning algorithms implemented by pure numpy
qfettes / DeepRL TutorialsContains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
csurfer / Rake NltkPython implementation of the Rapid Automatic Keyword Extraction algorithm using NLTK.
ZenGo-X / Multi Party EcdsaRust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
iiitv / AlgosPopular Algorithms and Data Structures implemented in popular languages
MatthewJA / Inverse Reinforcement LearningImplementations of selected inverse reinforcement learning algorithms.
gorhill / Javascript VoronoiA Javascript implementation of Fortune's algorithm to compute Voronoi cells
streamich / Json Joyjson-joy is a library that implements cutting-edge real-time and collaborative editing algorithms and utilities for JSON data models, with a focus on developing the JSON CRDT (Conflict-free Replicated Data Type) specification and implementation.
Priyansh19077 / CP TemplatesHere are my template codes for Competitive Programming with optimised implementations of various algorithms. I personally use them every day and have tested almost all of them in multiple competitive programming contests and practice problems
Pulkit-Khandelwal / Reinforcement Learning NotebooksA collection of Reinforcement Learning algorithms from Sutton and Barto's book and other research papers implemented in Python.
samcook / RedLock.netAn implementation of the Redlock algorithm in C#
1e0ng / SimhashA Python Implementation of Simhash Algorithm