Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Powerful machine learning, accelerated by WebGPU
Go to Latest
function BatchNorm2D
import { BatchNorm2D } from "https://deno.land/x/netsaur@0.2.7/src/core/api/layers.ts";

Creates a BatchNorm2D layer. BatchNorm2D 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