Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Train Options Interface.

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