13,783 skills found · Page 21 of 460
davidstutz / Superpixels RevisitedLibrary containing 7 state-of-the-art superpixel algorithms with a total of 9 implementations used for evaluation purposes in [1] utilizing an extended version of the Berkeley Segmentation Benchmark.
WHDY / FedAvgImplement FedAvg algorithm based on Tensorflow
lanl / Quantum AlgorithmsCodes accompanying the paper "Quantum algorithm implementations for beginners"
ashkonf / PagerankA Python implementation of Larry's famous PageRank algorithm.
xyzxqs / XLowPolyLowpoly picture, Sandpainting for Android implemented by JNI, delaunay triangulation algorithm
MingtaoGuo / PatchMatchThe algorithm of patch match implemented by python
amitbansal7 / Data Structures And AlgorithmsImplementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
atilimcetin / Global MattingAn implementation of global matting algorithm for OpenCV.
baopng / NSGA IIImplementation of NSGA-II algorithm in form of a python library.
facebookresearch / RlstructuresRLStructures is a library to facilitate the implementation of new reinforcement learning algorithms. It includes a library, a tutorial, and different RL algorithms provided as examples.
je-suis-tm / Machine LearningPython machine learning applications in image processing, recommender system, matrix completion, netflix problem and algorithm implementations including Co-clustering, Funk SVD, SVD++, Non-negative Matrix Factorization, Koren Neighborhood Model, Koren Integrated Model, Dawid-Skene, Platt-Burges, Expectation Maximization, Factor Analysis, ISTA, FISTA, ADMM, Gaussian Mixture Model, OPTICS, DBSCAN, Random Forest, Decision Tree, Support Vector Machine, Independent Component Analysis, Latent Semantic Indexing, Principal Component Analysis, Singular Value Decomposition, K Nearest Neighbors, K Means, Naïve Bayes Mixture Model, Gaussian Discriminant Analysis, Newton Method, Coordinate Descent, Gradient Descent, Elastic Net Regression, Ridge Regression, Lasso Regression, Least Squares, Logistic Regression, Linear Regression
fhirschmann / RdpPython/Numpy implementation of the Ramer-Douglas-Peucker algorithm
Zunawe / Md5 CA simple, commented reference implementation of the MD5 hash algorithm
MicroRaft / MicroRaftFeature-complete implementation of the Raft consensus algorithm in Java
amber-kshz / PRMLPython implementations (on jupyter notebook) of algorithms described in the book "PRML"
cnguyen10 / Few Shot Meta LearningImplementations of many meta-learning algorithms to solve the few-shot learning problem in Pytorch
IjzerenHein / Kiwi.jsFast TypeScript implementation of the Cassowary constraint solving algorithm 🖖
ymoch / ApyoriA simple implementation of Apriori algorithm by Python.
serban / KmeansA CUDA implementation of the k-means clustering algorithm
vtraag / Louvain IgraphImplementation of the Louvain algorithm for community detection with various methods for use with igraph in python.