Skip to main content
Module

x/netsaur/types.ts>LayerJSON

Powerful machine learning, accelerated by WebGPU
Go to Latest
interface LayerJSON
import { type LayerJSON } from "https://deno.land/x/netsaur@0.1.5/types.ts";

Properties

outputSize: number | Size2D
optional
activationFn: string
optional
costFn: string
type: string
input: MatrixJSON
optional
weights: MatrixJSON
optional
biases: MatrixJSON
output: MatrixJSON
optional
error: MatrixJSON
optional
cost: MatrixJSON
optional
kernel: MatrixJSON
optional
padded: MatrixJSON
optional
strides: Size
optional
padding: number
optional
mode: "max" | "avg"