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. | |
T Cost | |
DataSet is a container for training data. | |
InputConfig represents the configuration of the input layer. | |
NumberArray is a typed array of numbers. | |