KNear

KNN algorithm

A JavaScript implementation of the k-nearest neighbors algorithm for supervised machine learning

K-nearest neighbors algorithm for supervised learning implemented in javascript

GitHub

48 stars
6 watching
8 forks
Language: JavaScript
last commit: almost 9 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
asbaker/racket-knnAn implementation of the K Nearest Neighbors algorithm using Scheme and Racket16
reddavis/knnAn implementation of the K Nearest Neighbour algorithm in Ruby, allowing users to query a dataset and retrieve the k most similar data points based on various distance measurements.37
felipexw/knn-java-libraryAn implementation of a K-Nearest Neighbor algorithm for supervised learning7
johnstonskj/rml-knnAn implementation of a k-Nearest Neighbor algorithm for classification in Racket.1
emilbayes/kmeans.jsAn implementation of the k-means clustering algorithm in JavaScript45
kristofferc/nearestneighbors.jlA Julia package for efficient nearest neighbor searches in high-dimensional spaces426
yanailab/knn-smoothingA Python implementation of an algorithm for smoothing high-throughput single-cell RNA-Seq data using k-nearest neighbors.53
kalvar/ios-krkmeans-algorithmK-Means clustering algorithm implementation with multi-dimensional support and customizable features23
kalvar/ios-krhebbian-algorithmAn implementation of the Hebbian learning method for unsupervised machine learning using neural networks.13
karpathy/convnetjsA JavaScript library for training and deploying neural networks in the browser10,902
karpathy/recurrentjsA JavaScript library for building and training neural networks with automatic differentiation937
saschagrunert/nnA small neural network implementation of the backpropagation algorithm in Haskell127
ivaniscoding/gnn-for-combinatorial-optimizationAn implementation of graph neural networks for solving combinatorial optimization problems43
yahoojapan/ngtA library for efficient searching of high-dimensional data points using graph and tree-based methods1,272
emilbayes/clustering.jsA collection of clustering algorithms implemented in JavaScript30