Package | Description |
---|---|
org.apache.ignite.ml.nn |
Contains neural networks and related classes.
|
org.apache.ignite.ml.regressions.linear |
Contains various linear regressions.
|
org.apache.ignite.ml.regressions.logistic |
Contains various logistic regressions.
|
Modifier and Type | Method and Description |
---|---|
UpdatesStrategy<? super MultilayerPerceptron,P> |
MLPTrainer.getUpdatesStgy()
Get the update strategy that defines how to update model parameters during the training.
|
Modifier and Type | Method and Description |
---|---|
MLPTrainer<P> |
MLPTrainer.withUpdatesStgy(UpdatesStrategy<? super MultilayerPerceptron,P> updatesStgy)
Set up the update strategy that defines how to update model parameters during the training.
|
Constructor and Description |
---|
MLPTrainer(IgniteFunction<Dataset<EmptyContext,SimpleLabeledDatasetData>,MLPArchitecture> archSupplier,
IgniteFunction<Vector,IgniteDifferentiableVectorToDoubleFunction> loss,
UpdatesStrategy<? super MultilayerPerceptron,P> updatesStgy,
int maxIterations,
int batchSize,
int locIterations,
long seed)
Constructs a new instance of multilayer perceptron trainer.
|
MLPTrainer(MLPArchitecture arch,
IgniteFunction<Vector,IgniteDifferentiableVectorToDoubleFunction> loss,
UpdatesStrategy<? super MultilayerPerceptron,P> updatesStgy,
int maxIterations,
int batchSize,
int locIterations,
long seed)
Constructs a new instance of multilayer perceptron trainer.
|
Modifier and Type | Method and Description |
---|---|
UpdatesStrategy<? super MultilayerPerceptron,P> |
LinearRegressionSGDTrainer.getUpdatesStgy()
Get the update strategy.
|
Constructor and Description |
---|
LinearRegressionSGDTrainer(UpdatesStrategy<? super MultilayerPerceptron,P> updatesStgy)
Constructs a new instance of linear regression SGD trainer.
|
LinearRegressionSGDTrainer(UpdatesStrategy<? super MultilayerPerceptron,P> updatesStgy,
int maxIterations,
int batchSize,
int locIterations,
long seed)
Constructs a new instance of linear regression SGD trainer.
|
Modifier and Type | Method and Description |
---|---|
UpdatesStrategy |
LogisticRegressionSGDTrainer.getUpdatesStgy()
Get the update strategy.
|
Modifier and Type | Method and Description |
---|---|
LogisticRegressionSGDTrainer |
LogisticRegressionSGDTrainer.withUpdatesStgy(UpdatesStrategy updatesStgy)
Set up the regularization parameter.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024