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
Batch_Float64FeedforwardDense
is an alias of Batch(fptype=float64, method=daal.algorithms.neural_networks.training.feedforwardDense)
Batch_Float32FeedforwardDense
is an alias of Batch(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.
Returns method of the algorithm
- Returns
- Method of the 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 initialize |
( |
|
self, |
|
|
|
sampleSize, |
|
|
|
topology |
|
) |
| |
Initializes the neural network topology
- Parameters
-
sampleSize | Dimensionality of the batch for the input to the first layer |
topology | Neural network topology |
- 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 to store the 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