Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vectorizer/src/utils/misc/tensor.ts

Machine Learning utilities for TypeScript
Latest
import * as vectorizer from "https://deno.land/x/vectorizer@v0.7.5/src/utils/misc/tensor.ts";

Multi-dimensional representation of data.

Classes

A Tensor of order O.

Type Aliases

nDArray type

Order of the tensor

An array with n items

The base type implemented by Tensor