Python* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Class representing the parameters of neural network. More...
Public Member Functions | |
def | __init__ |
![]() | |
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.