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: about 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
asbaker/racket-knn An implementation of the K Nearest Neighbors algorithm using Scheme and Racket 16
reddavis/knn An 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-library An implementation of a K-Nearest Neighbor algorithm for supervised learning 7
johnstonskj/rml-knn An implementation of a k-Nearest Neighbor algorithm for classification in Racket. 1
emilbayes/kmeans.js An implementation of the k-means clustering algorithm in JavaScript 44
kristofferc/nearestneighbors.jl A Julia package for efficient nearest neighbor searches in high-dimensional spaces 426
yanailab/knn-smoothing A Python implementation of an algorithm for smoothing high-throughput single-cell RNA-Seq data using k-nearest neighbors. 50
kalvar/ios-krkmeans-algorithm K-Means clustering algorithm implementation with multi-dimensional support and customizable features 23
kalvar/ios-krhebbian-algorithm An implementation of the Hebbian learning method for unsupervised machine learning using neural networks. 13
karpathy/convnetjs A JavaScript library for training and deploying neural networks in the browser 10,895
karpathy/recurrentjs A JavaScript library for building and training neural networks with automatic differentiation 939
saschagrunert/nn A small neural network implementation of the backpropagation algorithm in Haskell 127
ivaniscoding/gnn-for-combinatorial-optimization An implementation of graph neural networks for solving combinatorial optimization problems 42
yahoojapan/ngt A library for efficient searching of high-dimensional data points using graph and tree-based methods 1,258
emilbayes/clustering.js Provides implementations of clustering algorithms in JavaScript 30