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
Go to Latest
type alias NetworkConfig
import { type NetworkConfig } from "https://deno.land/x/netsaur@0.2.7/src/core/types.ts";

NetworkConfig represents the configuration of a neural network.

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