13,783 skills found · Page 5 of 460
fzliu / Style TransferAn implementation of "A Neural Algorithm of Artistic Style" by L. Gatys, A. Ecker, and M. Bethge. http://arxiv.org/abs/1508.06576.
FareedKhan-dev / All Rl AlgorithmsImplementation of all RL algorithms in a simpler way
mpezeshki / Pytorch Forward ForwardImplementation of Hinton's forward-forward (FF) algorithm - an alternative to back-propagation
igrigorik / DecisiontreeID3-based implementation of the ML Decision Tree algorithm
Lizhi-sjtu / DRL Code PytorchConcise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.
DaGenix / Rust CryptoA (mostly) pure-Rust implementation of various cryptographic algorithms.
Habrador / Computational GeometryComputational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc
meiqua / Shape Based Matchingtry to implement halcon shape based matching, refer to machine vision algorithms and applications, page 317 3.11.5, written by halcon engineers
atb033 / Multi Agent Path PlanningPython implementation of a bunch of multi-robot path-planning algorithms.
rail-berkeley / SoftlearningSoftlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official implementation of the Soft Actor-Critic algorithm.
inference-labs-inc / N Ary NotebooksNotebooks covering mathematical analysis of ZKP building blocks, algorithm implementations of various proof systems, and protocol optimization techniques.
geohot / AI NotebooksSome ipython notebooks implementing AI algorithms
yu-changqian / TorchSegFast, modular reference implementation and easy training of Semantic Segmentation algorithms in PyTorch.
justcoding121 / Advanced Algorithms100+ algorithms & data structures generically implemented in C#
tinkoff-ai / CORLHigh-quality single-file implementations of SOTA Offline and Offline-to-Online RL algorithms: AWAC, BC, CQL, DT, EDAC, IQL, SAC-N, TD3+BC, LB-SAC, SPOT, Cal-QL, ReBRAC
jonathan-laurent / AlphaZero.jlA generic, simple and fast implementation of Deepmind's AlphaZero algorithm.
TheAlgorithms / RubyAll algorithms implemented in Ruby
eliorc / Node2vecImplementation of the node2vec algorithm.
nicodv / KmodesPython implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data
iskandr / FancyimputeMultivariate imputation and matrix completion algorithms implemented in Python