Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netsaur/packages/core/src/backends/wasm/utils.ts>TrainOptions

Powerful Powerful Machine Learning library with GPU, CPU and WASM backends
Latest
interface TrainOptions
import { type TrainOptions } from "https://deno.land/x/netsaur@0.4.2/packages/core/src/backends/wasm/utils.ts";

Train Options Interface.

Properties

datasets: number
inputShape: Shape<Rank>
outputShape: Shape<Rank>
epochs: number
batches: number
rate: number