Uses of Class
org.drip.learning.rxtor1.GeneralizedLearner
| Package | Description |
|---|---|
| org.drip.learning.rxtor1 |
Statistical Learning Empirical Loss Penalizer
|
-
Uses of GeneralizedLearner in org.drip.learning.rxtor1
Subclasses of GeneralizedLearner in org.drip.learning.rxtor1 Modifier and Type Class Description classApproximateLipschitzLossLearnerApproximateLipschitzLossLearner implements the Learner Class that holds the Space of Normed Rd To Normed R1 Learning Functions for the Family of Loss Functions that are "approximately" Lipschitz, i.e., loss (ep) - loss (ep') Less Than max (C * |ep-ep'|, C')
The References are:
Alon, N., S.classL1LossLearnerL1LossLearner implements the Learner Class that holds the Space of Normed Rx To Normed R1 Learning Functions that employs L1 Empirical Loss Routine.classLipschitzLossLearnerLipschitzLossLearner implements the Learner Class that holds the Space of Normed R1 To Normed R1 Learning Functions for the Family of Loss Functions that are Lipschitz, i.e., loss (ep) - loss (ep') Less Than C * |ep-ep'|
The References are:
Alon, N., S.classLpLossLearnerLpLossLearner implements the Learner Class that holds the Space of Normed Rx To Normed R1 Learning Functions for the Family of Loss Functions that are Polynomial, i.e., loss (eta) = (eta ^ p) / p, for p greater than 1.