Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netsaur/web.ts>DenseLayer

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

Returns

Layer