DenseLayer
scalation.modeling.forecasting.neuralforecasting.DenseLayer
The DenseLayer
class applies an (optionally activated) linear transformation to the input matrix X. Yp = f(X W + b) When f is null, it acts as a Linear Layer.
Value parameters
- f
-
the activation function family for layers 1->2 (input to output)
- n_x
-
the second dimension of the input matrix (m by n_x)
- n_y
-
the second dimension of the output matrix (m by n_y)
Attributes
- See also
-
pytorch.org/docs/stable/generated/torch.nn.Linear.html#torch.nn.Linear
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article