Computes the result of the forward and backward fully-connected layer of neural network in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations for the fully-connected layer, double or float |
method | Batch fully-connected layer computation method, Method |
- References
-
- Deprecated:
- This item will be removed in a future release.
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.neural_networks.layers.fullyconnected.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.neural_networks.layers.fullyconnected.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
nOutputs |
|
) |
| |
- Parameters
-
nOutputs | A number of layer outputs |
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file:
- algorithms/neural_networks/layers/fullyconnected/__init__.py