Provides methods for neural network model-based training in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations for neural network model-based training, double or float |
method | Neural network training method, training.Method |
- Enumerations
- training.Method Computation methods
- References
-
- Deprecated:
- This item will be removed in a future release.
- Aliases
Distributed_Step1LocalFloat64FeedforwardDense
is an alias of Distributed(step=daal.step1Local, fptype=float64, method=daal.algorithms.neural_networks.training.feedforwardDense)
Distributed_Step1LocalFloat32FeedforwardDense
is an alias of Distributed(step=daal.step1Local, fptype=float32, method=daal.algorithms.neural_networks.training.feedforwardDense)
Distributed_Step2MasterFloat64FeedforwardDense
is an alias of Distributed(step=daal.step2Master, fptype=float64, method=daal.algorithms.neural_networks.training.feedforwardDense)
Distributed_Step2MasterFloat32FeedforwardDense
is an alias of Distributed(step=daal.step2Master, fptype=float32, method=daal.algorithms.neural_networks.training.feedforwardDense)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor
- Deprecated:
- This item will be removed in a future release.
- Variant 2
Constructs neural network by copying input objects and parameters of another neural network
- Parameters
-
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
- Deprecated:
- This item will be removed in a future release.
Returns a pointer to the newly allocated neural network with a copy of input objects and parameters of this neural network
- Returns
- Pointer to the newly allocated layer
- Deprecated:
- This item will be removed in a future release.
Invokes computations and returns partial result
def finalizeCompute |
( |
|
self | ) |
|
Finalizes computations and returns (final) result
Returns method of the algorithm
- Returns
- Method of the algorithm
- Deprecated:
- This item will be removed in a future release.
def getPartialResult |
( |
|
self | ) |
|
Returns structure that contains computed partial results of the neural network algorithm
- Returns
- Structure that contains partial results of the neural network algorithm
- Deprecated:
- This item will be removed in a future release.
Returns the structure that contains the results of the neural network algorithm
- Returns
- Structure that contains the results of the neural network algorithm
- Deprecated:
- This item will be removed in a future release.
def setPartialResult |
( |
|
self, |
|
|
|
partialResult |
|
) |
| |
Registers user-allocated memory to store partial results of the neural network algorithm
- Parameters
-
partialResult | Structure for storing partial results of the neural network algorithm |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
def setResult |
( |
|
self, |
|
|
|
res |
|
) |
| |
Register user-allocated memory to store the results of the neural network algorithm
- Parameters
-
res | Structure for storing results of the neural network algorithm |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file:
- neural_networks/training.py