case class AFF(f: FunctionS2S, fV: FunctionV_2V, fM: FunctionM_2M, dV: FunctionV_2V, dM: FunctionM_2M, bounds: PairD = null) extends Product with Serializable
The AFF
class holds an Activation Function Family (AFF).
- f
the activation function itself
- fV
the vector version of the activation function
- fM
the matrix version of the activation function
- dV
the vector version of the activation function derivative
- dM
the matrix version of the activation function derivative
- bounds
the (lower, upper) bounds on the range of the activation function
- Alphabetic
- By Inheritance
- AFF
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
AFF(f: FunctionS2S, fV: FunctionV_2V, fM: FunctionM_2M, dV: FunctionV_2V, dM: FunctionM_2M, bounds: PairD = null)
- f
the activation function itself
- fV
the vector version of the activation function
- fM
the matrix version of the activation function
- dV
the vector version of the activation function derivative
- dM
the matrix version of the activation function derivative
- bounds
the (lower, upper) bounds on the range of the activation function