import { Dropout2DLayer } from "https://deno.land/x/netsaur@0.4.0-patch/packages/core/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