Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
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__ |
| def getNextLayers | ( | self | ) |
Returns list of connections between layers
| def getWeightsAndBiases | ( | self | ) |
Returns table containing all neural network weights and biases
| def setWeightsAndBiases | ( | self, | |
| weightsAndBiases | |||
| ) |
Sets table containing all neural network weights and biases
| weightsAndBiases | Table containing all neural network weights and biases |
For more complete information about compiler optimizations, see our Optimization Notice.