import { DenseLayer } from "https://deno.land/x/netsaur@0.4.0-patch/packages/core/mod.ts";
Creates a dense layer (also known as a fully connected layer). Dense layers feed all outputs from the previous layer to all its neurons, each neuron providing one output to the next layer. See https://en.wikipedia.org/wiki/Feedforward_neural_network#Fully_connected_network
Parameters
config: DenseLayerConfig