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

x/netsaur/src/backend_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.2.0/src/backend_wasm/utils.ts";
definition: { datasets: number; inputShape: Shape[Rank]; outputShape: Shape[Rank]; epochs: number; rate: number; }