Python* API Reference for Intel® Data Analytics Acceleration Library 2019

Public Member Functions | List of all members
ModelImpl Class Reference

Class Model object for the prediction stage of neural network algorithm. More...

Public Member Functions

def getNextLayers
 
def setWeightsAndBiases
 
def getWeightsAndBiases
 
- Public Member Functions inherited from Model
def __init__
 
def getSerializationTag
 
- Public Member Functions inherited from SerializationIface
def serialize
 
def deserialize
 
def getSerializationTag
 
- Public Member Functions inherited from Base
def __init__
 

Detailed Description

Member Function Documentation

def getNextLayers (   self)

Returns list of connections between layers

Returns
List of next layers for each layer with corresponding index
def getWeightsAndBiases (   self)

Returns table containing all neural network weights and biases

Returns
Table containing all neural network weights and biases
def setWeightsAndBiases (   self,
  weightsAndBiases 
)

Sets table containing all neural network weights and biases

Parameters
weightsAndBiasesTable containing all neural network weights and biases
Returns
Status of computations

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

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