| Package | Description |
|---|---|
| org.joone.engine | |
| org.joone.engine.extenders |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicLearner |
class |
BatchLearner
BatchLearner stores the weight/bias changes during the batch and updates them
after the batch is done.
|
class |
RpropLearner
This class implements the RPROP learning algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExtendableLearner |
LearnerExtender.getLearner()
Gets the learner this object is extending.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LearnerExtender.setLearner(ExtendableLearner aLearner)
Sets the learner.
|
Submit Feedback to pmarrone@users.sourceforge.net