Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netsaur/src/backends/gpu/util.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/gpu/util.ts";

Train Options Interface.

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