Skip to main content
Module

x/netsaur/mod.ts>Dropout1DLayer

Powerful machine learning, accelerated by WebGPU
Latest
function Dropout1DLayer
import { Dropout1DLayer } from "https://deno.land/x/netsaur@0.3.1/mod.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)

Parameters

config: DropoutLayerConfig

Returns

Layer