Skip to main content
Module

x/netsaur/mod.ts>NetworkConfig

Powerful machine learning, accelerated by WebGPU
Go to Latest
type alias NetworkConfig
Re-export
import { type NetworkConfig } from "https://deno.land/x/netsaur@0.2.8/mod.ts";

NetworkConfig represents the configuration of a neural network.

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