Package | Description |
---|---|
org.joone.engine |
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 |
ExtendableLearner
Learners that extend this class are forced to implement certain functions, a
so-called skeleton.
|
class |
RpropLearner
This class implements the RPROP learning algorithm.
|
Submit Feedback to pmarrone@users.sourceforge.net