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.binomial |
Contains binomial logistic regression.
|
org.apache.ignite.ml.regressions.logistic.multiclass |
Contains multi-class logistic regression.
|
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.
|
Modifier and Type | Method and Description |
---|---|
UpdatesStrategy |
LogRegressionMultiClassTrainer.getUpdatesStgy()
Get the update strategy.
|
Modifier and Type | Method and Description |
---|---|
LogRegressionMultiClassTrainer |
LogRegressionMultiClassTrainer.withUpdatesStgy(UpdatesStrategy updatesStgy)
Set up the updates strategy.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019