Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netsaur/web.ts>DenseLayer

Powerful Powerful Machine Learning library with GPU, CPU and WASM backends
Latest
function DenseLayer
import { DenseLayer } from "https://deno.land/x/netsaur@0.4.2/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