nearest
There are 81 repositories under nearest topic.
neulab/knn-transformers
PyTorch + HuggingFace code for RetoMaton: "Neuro-Symbolic Language Modeling with Automaton-augmented Retrieval" (ICML 2022), including an implementation of kNN-LM and kNN-MT
eddelbuettel/rcppannoy
Rcpp bindings for Annoy
neulab/retomaton
PyTorch code for the RetoMaton paper: "Neuro-Symbolic Language Modeling with Automaton-augmented Retrieval" (ICML 2022)
felipeangelimvieira/SharedNearestNeighbors
A Shared Nearest Neighbors clustering implementation. This code is basically a wrapper of sklearn DBSCAN, implementing the neighborhood similarity as a metric.
tarunkolla/KNN-Classifier
K Nearest Neighbors classifier from scratch for image classification using MNIST Data Set.
EsriUK/arcgis-dijit-nearest
A Nearest widget for finding features around a location. The style can be completely changed to match your own site.
stdlib-js/math-base-special-ceil10
Round a numeric value to the nearest power of 10 toward positive infinity.
stdlib-js/math-base-special-ceil2
Round a numeric value to the nearest power of two toward positive infinity.
stdlib-js/math-base-special-ceiln
Round a numeric value to the nearest multiple of 10^n toward positive infinity.
stdlib-js/math-base-special-ceilsd
Round a numeric value to the nearest number toward positive infinity with N significant figures.
stdlib-js/math-base-special-cfloorn
Round a complex number to the nearest multiple of 10^n toward negative infinity.
stdlib-js/math-base-special-croundn
Round a complex number to the nearest multiple of 10^n.
stdlib-js/math-base-special-floor10
Round a numeric value to the nearest power of 10 toward negative infinity.
stdlib-js/math-base-special-floorb
Round a numeric value to the nearest multiple of b^n toward negative infinity.
stdlib-js/math-base-special-floorsd
Round a numeric value to the nearest number toward negative infinity with N significant figures.
stdlib-js/math-base-special-round10
Round a numeric value to the nearest power of 10 on a linear scale.
stdlib-js/math-base-special-round2
Round a numeric value to the nearest power of two on a linear scale.
stdlib-js/math-base-special-roundn
Round a numeric value to the nearest multiple of 10^n.
stdlib-js/math-base-special-trunc10
Round a numeric value to the nearest power of 10 toward zero.
stdlib-js/math-base-special-trunc2
Round a numeric value to the nearest power of two toward zero.
stdlib-js/math-base-special-truncb
Round a numeric value to the nearest multiple of b^n toward zero.
stdlib-js/math-base-special-truncn
Round a numeric value to the nearest multiple of 10^n toward zero.
stdlib-js/math-base-special-truncsd
Round a numeric value to the nearest number toward zero with N significant figures.
stdlib-js/math-iter-special-ceil10
Create an iterator which rounds each iterated value to the nearest power of 10 toward positive infinity.
stdlib-js/math-iter-special-floor10
Create an iterator which rounds each iterated value to the nearest power of 10 toward negative infinity.
stdlib-js/math-iter-special-floor2
Create an iterator which rounds each iterated value to the nearest power of two toward negative infinity.
stdlib-js/math-iter-special-round10
Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.
stdlib-js/math-iter-special-round2
Create an iterator which rounds each iterated value to the nearest power of two on a linear scale.
stdlib-js/math-iter-special-trunc
Create an iterator which rounds each iterated value toward zero.
stdlib-js/math-iter-special-trunc10
Create an iterator which rounds each iterated value to the nearest power of 10 toward zero.
stdlib-js/math-iter-special-trunc2
Create an iterator which rounds each iterated value to the nearest power of two toward zero.
stdlib-js/math-strided-special-ceil
Round each element in a strided array toward positive infinity.
stdlib-js/math-strided-special-dmsktrunc
Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.
stdlib-js/math-strided-special-dtrunc
Round each element in a double-precision floating-point strided array toward zero.
stdlib-js/math-strided-special-floor
Round each element in a strided array toward negative infinity.
stdlib-js/math-strided-special-trunc
Round each element in a strided array toward zero.