Module layer Copy item path Source LayerBase The LayerBase implementation works to provide a generic interface for layers within a
neural network by associating an activation function F with a set of parameters P. FnLayer A dynamic, functional alias of the [Layer] implementation leveraging boxed closures. HeavySideLayer A [Layer] type using the heavyside activation function. LayerDyn A dynamic instance of the layer using a boxed activator. LayerParams A type alias for an owned [Layer] configured to use the standard Params instance LayerParamsBase A type alias for a layer configured to use the ParamsBase instance LinearLayer A type alias for a layer using a linear activation function. ReluLayer A [Layer] type using the ReLU activation function. SigmoidLayer A type alias for a [Layer] using a sigmoid activation function. TanhLayer An alias for a [Layer] that uses the hyperbolic tangent function.