compute-minkowski-distance
Computes the Minkowski distance between two arrays.
Computes the Minkowski distance between two arrays.
Cat's cradle modeling engine
Streaming SVM trainer that uses stochastic gradient descent
Covectric is a simple vector based search engine using cosine similarity and tf-idf methods for finding text similarity.
Classify using LIBSVM
Bit matrices and vectors
A set of icons for all the main Bitcoin Cash tokens, in a range of styles and sizes
Simple 2D math utils.
A simple, efficient, and easy-to-use Node.js module for working with individual bits.
A vector package for vectors and matrices of arbitrary size.
A port of the GlMatix library with reduced functionality and an easy to use design
Command line interface for bitmap2vector: raster image tracer and vectorizer, bitmap to SVG converter
Computes the sum of absolute values (L1 norm).
Multiplies x and a constant and adds the result to y.
Copies values from x into y.
Computes the dot product of x and y.
Computes the L2 norm (Euclidean norm).
Scales elements of `x` by a constant `alpha`.
Interchanges the elements of x and y.
Finds the first element equal to the maximum absolute value of x and returns the element index.