13,783 skills found · Page 50 of 460
arnaud-ramey / VoronoiVoronoiSkeleton is a C++ class made for the fast computing of Voronoi diagrams of monochrome images. It contains different implementations of thinning algorithms.
Nakilon / Dhash Vipsvips-powered ruby gem to measure images similarity, implementing dHash and IDHash algorithms
wyndwarrior / ISwipeFirst gesture-based keyboard for iOS. Implements a dictionary prediction algorithm to match input with words.
greentfrapp / Boundary AttackImplementation of the Boundary Attack algorithm as described in Brendel, Wieland, Jonas Rauber, and Matthias Bethge. "Decision-Based Adversarial Attacks: Reliable Attacks Against Black-Box Machine Learning Models." arXiv preprint arXiv:1712.04248 (2017).
titu1994 / BatchRenormalizationBatch Renormalization algorithm implementation in Keras
calebmadrigal / Algorithms In PythonAlgorithms and Data Structures implemented in Python
JuliaCrypto / ToyFHE.jlToy implementation of FHE algorithms
biswajitsahoo1111 / Cbm Codes OpenThis repository contains data and code that implement common machine learning algorithms for machinery condition monitoring task.
trueprice / Python Graph ClusteringA collection of Python scripts that implement various graph clustering algorithms, specifically for identifying protein complexes from protein-protein interaction networks.
huanzhang12 / CROWN IBPCertified defense to adversarial examples using CROWN and IBP. Also includes GPU implementation of CROWN verification algorithm (in PyTorch).
ayushoriginal / Consensus Based Summarizer:mortar_board:RESEARCH [NLP :speech_balloon:] This is an implementation of "Automatic Consensus-Based Text Summarizer" along with text-organizing capabilities that can generate genre-specific, generic or user-configured summaries of a large amount of unorganized text. We are currently using a number of independent text-mining algorithms based on different statistical models to compute the summaries and combining them using configurable consensus techniques.:exclamation::boom:
kamenbliznashki / Sutton BartoPython implementations of the RL algorithms in examples and figures in Sutton & Barto, Reinforcement Learning: An Introduction
carlosluis / Multiagent PlanningImplementation of several multiagent trajectory generation algorithms
mochimodev / Cuda Hashing AlgosA Collection of Hashing Algorithms Implemented In CUDA
Zeta36 / MuzeroA simple implementation of MuZero algorithm for connect4 game
bwesterb / Py TarjanPython implementation of Tarjan's strongly connected components algorithm.
AntonotnaWang / Mesh Simplification PythonAn implementation of mesh simplification algorithm using python
fabiodimarco / Torch Levenberg MarquardtPyTorch implementation of Levenberg-Marquardt training algorithm
halcy / Blurhash PythonImplementation of the blurhash ( https://github.com/woltapp/blurhash ) algorithm in pure python
keanekwa / Optiver Ready Trader GoImplemented the Avellaneda-Stoikov market-making strategy in an automated trading algorithm. Completed as part of the Optiver Ready Trader Go competition.