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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019