C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Parameter Class Reference

Class representing the parameters of neural network. More...

Class Declaration

Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

Parameter ( const services::SharedPtr< optimization_solver::iterative_solver::Batch > &  optimizationSolver_ = services::SharedPtr<optimization_solver::iterative_solver::Batch>(),
engines::EnginePtr  engine_ = engines::mt19937::Batch<DAAL_ALGORITHM_FP_TYPE>::create() 
)
inline

Constructs the parameters of neural network algorithm

Parameters
[in]optimizationSolver_Optimization solver used in the neural network
[in]engine_Engine to be used for weights and biases initialization
Deprecated:
This item will be removed in a future release.

Member Data Documentation

engines::EnginePtr engine

Engine to be used for weights and biases initialization

services::SharedPtr<optimization_solver::iterative_solver::Batch> optimizationSolver

Optimization solver used in the neural network


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.