Create an iterator which returns [index, value] pairs for each element in a provided ndarray.
Create an iterator which iterates over each column in a matrix (or stack of matrices).
Convert a strided array to a three-dimensional nested array.
PyTorch core library for React Native
C APIs for creating Node-API ndarray native add-ons.
Open deep learning compiler stack for cpu, gpu and specialized accelerators
Create an iterator which returns individual elements from a provided ndarray.
A library that offers various levels of abstraction for building and training machine learning models
Create an iterator which converts each iterated ndarray to a generic array.
Create an iterator which iterates over each matrix in a stack of matrices.
Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).
Create an iterator which returns indices for use indexing into an ndarray having a specified shape.
Like NumPy, in JavaScript
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
A library at the intersection of pure mathematics and web interactivity.
Create an iterator which iterates over interleaved subarrays.
Create tensors directly from CSV files. Supports operations like standardisation so you can dive right into the fun parts of ML.
Create an ndarray function interface which accepts a callback function and performs multiple dispatch.
Apply a function against an accumulator and each element in an array and return the accumulated result.
Numerical analysis and number theory library for Node.js
A robust and optimized JavaScript library for integrating Google's Teachable Machine models, supporting various image sources and providing efficient classification capabilities.
TypeScript library to operate with matrix.
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
Multidimensional array iterators.