Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netsaur/mod.ts>Sequential#predict

Powerful Powerful Machine Learning library with GPU, CPU and WASM backends
Latest
method Sequential.prototype.predict
import { Sequential } from "https://deno.land/x/netsaur@0.4.2/mod.ts";

Parameters

data: Tensor<Rank>
optional
config: { postProcess?: PostProcessor; layers?: [number, number]; }

Range of layers [a, b) (inclusive of a, exclusive of b) to execute.