import * as netsaur from "https://deno.land/x/netsaur@0.2.14/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. | |
E Cost | |
E Init | 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. |