Parameters for the softmax layer.
More...
- Deprecated:
- This item will be removed in a future release.
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Constructs parameters of the softmax layer
- Parameters
-
_dimension | Dimension index to calculate softmax |
- Deprecated:
- This item will be removed in a future release.
- Variant 2
Constructs parameters of the softmax layer by copying another parameters of the softmax layer
- Parameters
-
other | Parameters of the softmax layer |
- Deprecated:
- This item will be removed in a future release.
Dimension index to calculate softmax
The documentation for this class was generated from the following file:
- algorithms/neural_networks/layers/softmax/__init__.py