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

x/netsaur/src/core/types.ts>NetworkConfig

Powerful machine learning, accelerated by WebGPU
Latest
type alias NetworkConfig
import { type NetworkConfig } from "https://deno.land/x/netsaur@0.3.2-patch/src/core/types.ts";

NetworkConfig represents the configuration of a neural network.

definition: { size: Shape<Rank>; layers: Layer[]; cost?: Cost; optimizer?: Optimizer; scheduler?: Scheduler; silent?: boolean; }