Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.7/src/backend_cpu/util.ts";

Train Options Interface.

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