Package | Description |
---|---|
org.apache.ignite.ml.nn |
Contains neural networks and related classes.
|
org.apache.ignite.ml.nn.architecture |
Contains multilayer perceptron architecture classes.
|
Modifier and Type | Field and Description |
---|---|
static IgniteDifferentiableDoubleToDoubleFunction |
Activators.LINEAR
Linear unit activation function.
|
static IgniteDifferentiableDoubleToDoubleFunction |
Activators.RELU
Rectified linear unit (ReLU) activation function.
|
static IgniteDifferentiableDoubleToDoubleFunction |
Activators.SIGMOID
Sigmoid activation function.
|
Modifier and Type | Method and Description |
---|---|
IgniteDifferentiableDoubleToDoubleFunction |
TransformationLayerArchitecture.activationFunction()
Get activation function for this layer.
|
Modifier and Type | Method and Description |
---|---|
MLPArchitecture |
MLPArchitecture.withAddedLayer(int neuronsCnt,
boolean hasBias,
IgniteDifferentiableDoubleToDoubleFunction f)
Constructs new MLP architecture with new layer added on top of all this architecture layers.
|
Constructor and Description |
---|
TransformationLayerArchitecture(int neuronsCnt,
boolean hasBias,
IgniteDifferentiableDoubleToDoubleFunction activationFunction)
Construct TransformationLayerArchitecture.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019