public class MLPState extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Matrix> |
activatorsOutput
Output of activators.
|
protected Matrix |
input
Input.
|
protected List<Matrix> |
linearOutput
Output of linear transformations.
|
| Constructor and Description |
|---|
MLPState(Matrix input)
Construct MLP state.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
activatorsOutput(int layer)
Output of activators of given layer.
|
Matrix |
linearOutput(int layer)
Output of linear transformation of given layer.
|
protected Matrix input
public MLPState(Matrix input)
input - Matrix of inputs.public Matrix activatorsOutput(int layer)
layer - Index of layer to get activators outputs from.public Matrix linearOutput(int layer)
layer - Index of layer to get linear transformation outputs from.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025