Skip to main content
Module

x/netsaur/layers/mod.ts>ConvLayer

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

Convolutional layer.

Constructors

new
ConvLayer(config: ConvLayerConfig)

Properties

optional
data: LayerJSON
load: boolean
type: string

Static Methods

fromJSON(layerJSON: LayerJSON): ConvLayer