Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Class representing the parameters of neural network. More...
Public Member Functions | |
| def | __init__ |
Public Member Functions inherited from Parameter | |
| def | __init__ |
| def | check |
Static Public Attributes | |
| optimizationSolver = ... | |
| engine = ... | |
| def __init__ | ( | self, | |
| args | |||
| ) |
Constructs the parameters of neural network algorithm
| optimizationSolver_ | Optimization solver used in the neural network |
| engine_ | Engine to be used for weights and biases initialization |
|
static |
Engine to be used for weights and biases initialization
|
static |
Optimization solver used in the neural network
For more complete information about compiler optimizations, see our Optimization Notice.