|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeltaRuleExtender | |
---|---|
org.joone.engine | |
org.joone.engine.extenders |
Uses of DeltaRuleExtender in org.joone.engine |
---|
Methods in org.joone.engine with parameters of type DeltaRuleExtender | |
---|---|
void |
ExtendableLearner.addDeltaRuleExtender(DeltaRuleExtender aDeltaRuleExtender)
Adds a delta extender. |
Uses of DeltaRuleExtender in org.joone.engine.extenders |
---|
Subclasses of DeltaRuleExtender in org.joone.engine.extenders | |
---|---|
class |
MomentumExtender
This extender implements the momentum term. |
class |
RpropExtender
This class changes the delta value in such a way that it implements the RPROP algorithm. |
class |
SimulatedAnnealingExtender
Simulated annealing (SA) refers to the process in which random or thermal noise in a system is systematically decreased over time so as to enhance the system's response. |
class |
WeightDecayExtender
Weight decay adds a penalty term to the error function. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |