PyCM
PyCM: Multiclass confusion matrix library in Python - Published in JOSS (2018)
Surprise
Surprise: A Python library for recommender systems - Published in JOSS (2020)
The Walrus
The Walrus: a library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling - Published in JOSS (2019)
pentapy
pentapy: A Python toolbox for pentadiagonal linear systems - Published in JOSS (2019)
Methods and Algorithms for Correlation Analysis in R
Methods and Algorithms for Correlation Analysis in R - Published in JOSS (2020)
t-elf
Tensor Extraction of Latent Features (T-ELF). Within T-ELF's arsenal are non-negative matrix and tensor factorization solutions, equipped with automatic model determination (also known as the estimation of latent factors - rank) for accurate data modeling. Our software suite encompasses cutting-edge data pre-processing and post-processing modules.
https://github.com/libxsmm/libxsmm
Library for specialized dense and sparse matrix operations, and deep learning primitives.
librapid
A highly optimised C++ library for mathematical applications and neural networks.
Economiccomplexity
Economiccomplexity: Computational Methods for Economic Complexity - Published in JOSS (2020)
https://github.com/rubixml/tensor
A library and extension that provides objects for scientific computing in PHP.
@stdlib/array-filled-by
Create a filled array according to a provided callback function.
@stdlib/array-one-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
@stdlib/stats-incr-covmat
Compute an unbiased sample covariance matrix incrementally.
@stdlib/array-ones
Create an array filled with ones and having a specified length.
@stdlib/stats-incr-pcorrmat
Compute a sample Pearson product-moment correlation matrix incrementally.
@stdlib/stats-incr-pcorrdistmat
Compute a sample Pearson product-moment correlation distance matrix incrementally.
@stdlib/ndarray-dispatch
Create an ndarray function interface which performs multiple dispatch.
@stdlib/array-nans
Create an array filled with NaNs and having a specified length.
@stdlib/assert-is-float32matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.
@stdlib/array-zeros-like
Create a zero-filled array having the same length and data type as a provided array.
@stdlib/array-base-broadcasted-binary2d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/array-ones-like
Create an array filled with ones and having the same length and data type as a provided array.
@stdlib/array-base-binary5d
Apply a binary callback to elements in five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/array-base-binary4d
Apply a binary callback to elements in four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/utils-map-right
Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.
@stdlib/ndarray-iter-matrix-entries
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
@stdlib/array-base-ternary2d
Apply a ternary callback to elements in three two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/ndarray-iter-column-entries
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
@stdlib/ndarray-iter-row-entries
Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).
@stdlib/ndarray-iter-entries
Create an iterator which returns [index, value] pairs for each element in a provided ndarray.
@stdlib/array-base-broadcasted-unary5d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a five-dimensional nested output array.
@stdlib/utils-map4d
Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.
@stdlib/array-base-quinary5d
Apply a quinary callback to elements in five five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/array-base-broadcasted-quinary2d
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-ternary3d
Apply a ternary callback to elements in three three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/utils-map5d
Apply a function to each nested element in a five-dimensional nested array and assign the result to a nested element in a new five-dimensional nested array.
@stdlib/array-base-ternary5d
Apply a ternary callback to elements in three five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/array-base-mskunary2d
Apply a unary callback to elements in a two-dimensional nested input array according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-broadcasted-unary2d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-broadcasted-unary4d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a four-dimensional nested output array.
@stdlib/array-base-unary5d
Apply a unary callback to elements in a five-dimensional nested input array and assign results to elements in a five-dimensional nested output array.
ndarray-iter-indices
Create an iterator which returns indices for use indexing into an ndarray having a specified shape.
@stdlib/array-base-broadcasted-unary3d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a three-dimensional nested output array.
@stdlib/array-base-broadcasted-binary3d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/array-base-quinary3d
Apply a quinary callback to elements in five three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/array-base-quaternary4d
Apply a quaternary callback to elements in four four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.