Skip to main content
Module

x/netsaur/src/core/api/layers.ts>DenseLayer

Powerful machine learning, accelerated by WebGPU
Go to Latest
function DenseLayer
import { DenseLayer } from "https://deno.land/x/netsaur@0.2.9/src/core/api/layers.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