Skip to main content
Module

x/netsaur/web.ts>Sequential#predict

Powerful machine learning, accelerated by WebGPU
Go to Latest
method Sequential.prototype.predict
import { Sequential } from "https://deno.land/x/netsaur@0.3.1/web.ts";

Parameters

data: Tensor<Rank>
optional
layers: [number, number]

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