Package | Description |
---|---|
org.joone.engine | |
org.joone.engine.extenders |
Modifier and Type | Method and Description |
---|---|
void |
ExtendableLearner.addDeltaRuleExtender(DeltaRuleExtender aDeltaRuleExtender)
Adds a delta extender.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Submit Feedback to pmarrone@users.sourceforge.net