13,782 skills found · Page 8 of 460
PKU-MARL / HARLOfficial implementation of HARL algorithms based on PyTorch.
zm0612 / Hybrid A StarHybrid A Star algorithm C++ implementation
xdrop / FuzzywuzzyJava fuzzy string matching implementation of the well known Python's fuzzywuzzy algorithm. Fuzzy search for Java
ProGamerGov / Neural Style PtPyTorch implementation of neural style transfer algorithm
brade31919 / SRGAN TensorflowTensorflow implementation of the SRGAN algorithm for single image super-resolution
dalmia / David Silver Reinforcement LearningNotes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.
vimalabs / VIMAOfficial Algorithm Implementation of ICML'23 Paper "VIMA: General Robot Manipulation with Multimodal Prompts"
pmulard / Machine Learning Specialization Andrew NgA collection of notes and implementations of machine learning algorithms from Andrew Ng's machine learning specialization.
google-research / Seed RlSEED RL: Scalable and Efficient Deep-RL with Accelerated Central Inference. Implements IMPALA and R2D2 algorithms in TF2 with SEED's architecture.
githubharald / CTCDecoderConnectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing. Implemented in Python.
behdad / GlyphyGLyphy is an implementation of the Slug algorithm for GPU text rasterization
david-cortes / ContextualbanditsPython implementations of contextual bandits algorithms
sslotin / Amh CodeComplete implementations from "Algorithms for Modern Hardware"
benedekrozemberczki / ClusterGCNA PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).
hidasib / GRU4RecGRU4Rec is the original Theano implementation of the algorithm in "Session-based Recommendations with Recurrent Neural Networks" paper, published at ICLR 2016 and its follow-up "Recurrent Neural Networks with Top-k Gains for Session-based Recommendations". The code is optimized for execution on the GPU.
spaghetti-source / AlgorithmC++ Implementation of Algorithms (aka. Spaghetti Source)
browserify / ResolveImplements the node.js require.resolve() algorithm
davidadamojr / TextRankPython implementation of TextRank algorithm for automatic keyword extraction and summarization using Levenshtein distance as relation between text units. This project is based on the paper "TextRank: Bringing Order into Text" by Rada Mihalcea and Paul Tarau. https://web.eecs.umich.edu/~mihalcea/papers/mihalcea.emnlp04.pdf
VAR-solutions / AlgorithmsA repository of different Algorithms and Data Structures implemented in many programming languages.
JakeBayer / FuzzySharpC# .NET fuzzy string matching implementation of Seat Geek's well known python FuzzyWuzzy algorithm.