Skip to main content
Module

x/netsaur/mod.ts>DenseLayer

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