Package opennlp.tools.ml.maxent.quasinewton
package opennlp.tools.ml.maxent.quasinewton
Package related to ML by means of the Quasi Newton (QN) algorithm.
-
ClassDescriptionInterface for a function.Class that performs line search to find minimum.Represents a LineSearch result.Evaluate negative log-likelihood and its gradient from
DataIndexer
.Evaluate negative log-likelihood and its gradient in parallelImplementation of L-BFGS which supports L1-, L2-regularization and Elastic Net for solving convex optimization problems.Evaluate quality of training parameters.L2-regularized objectiveFunction
.A maximum entropy model which has been trained using the Quasi Newton (QN) algorithm.A Maxent modelTrainer
using L-BFGS algorithm.