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

x/netsaur/mod.ts>Dropout2DLayer

Powerful Powerful Machine Learning library with GPU, CPU and WASM backends
Latest
function Dropout2DLayer
import { Dropout2DLayer } from "https://deno.land/x/netsaur@0.4.2/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)