13,783 skills found · Page 47 of 460
QuasarLight / Pytorch Face RecognitionPytorch implementation of mainstream face recognition algorithms(ArcFace, CosFace).
predict-idlab / GENDISContains an implementation (sklearn API) of the algorithm proposed in "GENDIS: GEnetic DIscovery of Shapelets" and code to reproduce all experiments.
p768lwy3 / TorecsysToR[e]cSys is a PyTorch Framework to implement recommendation system algorithms, including but not limited to click-through-rate (CTR) prediction, learning-to-ranking (LTR), and Matrix/Tensor Embedding. The project objective is to develop an ecosystem to experiment, share, reproduce, and deploy in real-world in a smooth and easy way.
Nikhil-Adithyan / Algorithmic Trading With PythonA library of quantiative algorithms for algorithmic trading implemented with Python
tpopela / Vips JavaImplementation of Vision Based Page Segmentation algorithm in Java
cj1128 / Myers Diff😍 Golang implementation for myers diff algorithm
Ryuk17 / MachineLearningImplement Machine learning algorithm by myself using Python 3.6
rythei / PyTorchOTimplements optimal transport algorithms in pytorch
jonasroussel / Dart JsonwebtokenAn easy to use JSON Web Token implementation in Dart (all algorithms supported).
kevinmoran / GJKBasic 3D collision detection implementation using the Gilbert–Johnson–Keerthi distance algorithm along with the Expanding Polytope Algorithm
Chinmay2660 / DSA By Abdul BariThis repository contains implementations of popular data structures and algorithms in C++ based on the teachings of Abdul Bari, an expert in the field of computer science and engineering. The implementations are meant to serve as a reference for those looking to improve their understanding of data structures and algorithms.
perezd / Node MurmurhashA Node.js module for the optimized JavaScript implementation of the MurmurHash algorithms.
andre1araujo / YOLO On PYNQ Z2This repository contains all the necessary material to implement a YOLOv3 object detection algorithm on the PYNQ-Z2 FPGA. There is a step-by-step tutorial associated so everyone can do it.
21re / Rust Geo BooleanopRust implementation of the Martinez-Rueda Polygon Clipping Algorithm
TheAlgorithms / NimCollection of various algorithms implemented in Nim for educational purposes.
walid0925 / AI ArtistryPython implementation of "A Neural Algorithm of Artistic Style," Gatys et al.
opethe1st / Algorithms By S.DasguptaAttempts to solve exercises and implementation of algorithms from Algorithms by S.Dasgupta et al.
waseem18 / Node RakeA NodeJS implementation of the Rapid Automatic Keyword Extraction algorithm.
earthat / Hybrid GWOPSO OptimizationThis script implements the hybrid of PSO and GWO optimization algorithm.
codahale / SssA pure Go implementation of Shamir's Secret Sharing algorithm over GF(256)