Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | Static Public Attributes | List of all members
Parameter Class Reference

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 = ...
 

Detailed Description

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

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Constructs the parameters of neural network algorithm

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

Member Data Documentation

engine = ...
static

Engine to be used for weights and biases initialization

optimizationSolver = ...
static

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.