Skip to main content
Module

x/netsaur/src/core/types.ts

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

Enums

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

BackendType represents the type of backend to use.

Init represents the type of initialization to use.

Interfaces

The Backend is responsible for eveything related to the neural network.

Type Aliases

DataSet is a container for training data.

NetworkConfig represents the configuration of a neural network.