Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Computation methods for the neural networks model based training. More...
TrainingMethod | ( | int | value | ) |
Constructs the method object using the provided value
value | Value corresponding to the method object |
Static Public Attributes | |
static final TrainingMethod | defaultDense = new TrainingMethod(defaultMethodValue) |
static final TrainingMethod | feedforwardDense = new TrainingMethod(feedforwardMethodValue) |
int getValue | ( | ) |
Returns the value corresponding to the method object
|
static |
Feedforward Neural Networks
|
static |
Feedforward Neural Networks
For more complete information about compiler optimizations, see our Optimization Notice.