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

x/netsaur/mod.ts>Conv1DLayer

Powerful Powerful Machine Learning library with GPU, CPU and WASM backends
Latest
function Conv1DLayer
import { Conv1DLayer } from "https://deno.land/x/netsaur@0.4.2/mod.ts";

Creates a 1D convolutional layer. Convolutional layers are used for feature extraction. They are commonly used in image processing. See https://en.wikipedia.org/wiki/Convolutional_neural_network

Parameters

config: Conv1DLayerConfig

Returns

Layer