Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netsaur/layers/mod.ts>DenseLayer

Powerful machine learning, accelerated by WebGPU
Go to Latest
class DenseLayer
import { DenseLayer } from "https://deno.land/x/netsaur@0.1.5/layers/mod.ts";

Base class for all layers.

Constructors

new
DenseLayer(config: DenseLayerConfig)

Properties

optional
data: LayerJSON
load: boolean
type: string

Static Methods

fromJSON(layerJSON: LayerJSON): DenseLayer