| Interface | Description |
|---|---|
| WeightUpdater |
| Class | Description |
|---|---|
| AdaptiveFTRLRegularizer |
Based on the paper:
http://www.eecs.tufts.edu/~dsculley/papers/ad-click-prediction.pdf
|
| CostWeightTuple | |
| GradientDescentUpdater | |
| L1Regularizer |
Ported to "real" Java from Spark's mllib
org.apache.spark.mllib.optimization.Updater.
|
| L2Regularizer |
Computes the L2 regularized update: R(w) = (||w||^2) / 2.
|
Copyright © 2015. All rights reserved.