Skip to main content
Module

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

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