| Package | Description |
|---|---|
| org.joone.engine | |
| org.joone.engine.extenders |
| Class and Description |
|---|
| DeltaRuleExtender
This abstract class describes the methods needed for a delta rule extender,
that is, a class that computes / changes the delta (update weight) value
according to some algorithm.
|
| GradientExtender
This abstract class describes the methods needed for a gradient extender,
that is, a class that computes / changes the gradient value according to
some algorithm.
|
| UpdateWeightExtender
This abstract class describes the methods needed for a update weight extender, that is,
a class that updates weights (storing) according to some algorithm (e.g.
|
| Class and Description |
|---|
| DeltaRuleExtender
This abstract class describes the methods needed for a delta rule extender,
that is, a class that computes / changes the delta (update weight) value
according to some algorithm.
|
| LearnerExtender
This abstract class describes the methods that any learner extender must
provide.
|
| UpdateWeightExtender
This abstract class describes the methods needed for a update weight extender, that is,
a class that updates weights (storing) according to some algorithm (e.g.
|
Submit Feedback to pmarrone@users.sourceforge.net