C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Classes | Typedefs
daal::algorithms::neural_networks::interface1 Namespace Reference

Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.

Classes

class  LearnableParametersIface
 Learnable parameters for the prediction stage of neural network algorithm. More...
 
class  ModelImpl
 Class Model object for the prediction stage of neural network algorithm. More...
 

Typedefs

typedef services::Collection
< layers::forward::LayerIfacePtr > 
ForwardLayers
 Represents a collection of forward stages of neural network layers. More...
 
typedef services::Collection
< layers::backward::LayerIfacePtr > 
BackwardLayers
 Represents a collection of forward stages of neural network layers. More...
 

Typedef Documentation

typedef services::Collection<layers::backward::LayerIfacePtr > BackwardLayers

typedef services::Collection<layers::forward::LayerIfacePtr > ForwardLayers

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