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

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