Skip to main content
Module

x/netsaur/src/types.ts

Powerful machine learning, accelerated by WebGPU
Go to Latest
import * as netsaur from "https://deno.land/x/netsaur@0.1.2/src/types.ts";

Interfaces

LayerConfig is the configuration for a layer.

NetworkConfig represents the configuration of a neural network.

Type Aliases

Activation functions are used to transform the output of a layer into a new output.

DataSet is a container for training data.

InputConfig represents the configuration of the input layer.

NumberArray is a typed array of numbers.