Skip to main content
Module

x/netsaur/src/backends/wasm/utils.ts>TrainOptions

Powerful machine learning, accelerated by WebGPU
Go to Latest
type alias TrainOptions
import { type TrainOptions } from "https://deno.land/x/netsaur@0.3.1/src/backends/wasm/utils.ts";

Train Options Interface.

definition: { datasets: number; inputShape: Shape[Rank]; outputShape: Shape[Rank]; epochs: number; batches: number; rate: number; }