Skip to main content
Module

x/netsaur/src/core/api/layers.ts>BatchNorm1DLayer

Powerful machine learning, accelerated by WebGPU
Go to Latest
function BatchNorm1DLayer
import { BatchNorm1DLayer } from "https://deno.land/x/netsaur@0.2.9/src/core/api/layers.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]