Skip to main content
Module

x/netsaur/packages/core/mod.ts>BatchNorm1DLayer

Powerful machine learning, accelerated by WebGPU
Latest
function BatchNorm1DLayer
import { BatchNorm1DLayer } from "https://deno.land/x/netsaur@0.4.0-patch/packages/core/mod.ts";

Creates a BatchNorm1D layer. BatchNorm1D layers normalize the input. They are usually used to improve the speed, performance, and stability of neural networks. See https://en.wikipedia.org/wiki/Batch_normalization

Parameters

optional
config: BatchNormLayerConfig = [UNSUPPORTED]