import { Conv2DLayer } from "https://deno.land/x/netsaur@0.4.0-patch/packages/core/mod.ts";
Creates a convolutional layer. Convolutional layers are used for feature extraction. They are commonly used in image processing. See https://en.wikipedia.org/wiki/Convolutional_neural_network
Parameters
config: Conv2DLayerConfig