Skip to main content
Module

x/netsaur/web.ts>Dropout2DLayer

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

Creates a dropout layer. Dropout is a regularization technique for reducing overfitting. The technique temporarily drops units (artificial neurons) from the network, along with all of those units' incoming and outgoing connections. See https://en.wikipedia.org/wiki/Dropout_(neural_networks)