Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.4/src/backend_wasm/utils.ts";

Train Options Interface.

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