Provides methods for neural network model-based training in the batch processing mode.
More...
template<typename algorithmFPType = DAAL_ALGORITHM_FP_TYPE, Method method = defaultDense>
class daal::algorithms::neural_networks::training::interface1::Batch< algorithmFPType, method >
- Template Parameters
-
algorithmFPType | Data type to use in intermediate computations for neural network model-based training, double or float |
method | Neural network training method, training::Method |
- Enumerations
-
- References
-
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED Batch |
( |
services::SharedPtr< optimization_solver::iterative_solver::Batch< algorithmFPType, method > > |
optimizationSolver_ | ) |
|
|
inline |
Default constructor
- Deprecated:
- This item will be removed in a future release.
Batch |
( |
const Batch< algorithmFPType, method > & |
other | ) |
|
|
inline |
Constructs neural network by copying input objects and parameters of another neural network
- Parameters
-
[in] | 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.
- Deprecated:
- This item will be removed in a future release.
virtual DAAL_DEPRECATED_VIRTUAL services::Status allocateResult |
( |
| ) |
|
|
inlineprotectedvirtual |
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED services::SharedPtr<Batch<algorithmFPType, method> > clone |
( |
| ) |
const |
|
inline |
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.
virtual DAAL_DEPRECATED_VIRTUAL Batch<algorithmFPType, method>* cloneImpl |
( |
| ) |
const |
|
inlineprotectedvirtual |
- Deprecated:
- This item will be removed in a future release.
virtual DAAL_DEPRECATED_VIRTUAL int getMethod |
( |
| ) |
const |
|
inlinevirtual |
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.
DAAL_DEPRECATED services::Status initialize |
( |
const services::Collection< size_t > & |
sampleSize, |
|
|
const training::Topology & |
topology |
|
) |
| |
|
inline |
Initializes the neural network topology
- Parameters
-
[in] | sampleSize | Dimensionality of the batch for the input to the first layer |
[in] | topology | Neural network topology |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED services::Status setResult |
( |
const ResultPtr & |
res | ) |
|
|
inline |
Register user-allocated memory to store the results of the neural network algorithm
- Parameters
-
[in] | 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: