Package | Description |
---|---|
org.joone.engine |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLearner
This class provides some basic simple functionality that can be used (extended) by other learners.
|
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.
|
class |
RTRLLearnerFactory.RTRLLearner
The learner we will return from this factory.
|
Modifier and Type | Field and Description |
---|---|
protected Learner |
Layer.myLearner
The Learner for this layer.
|
protected Learner |
Synapse.myLearner |
Modifier and Type | Method and Description |
---|---|
Learner |
TanhLayer.getLearner()
Deprecated.
- Used only for backward compatibility
|
Learner |
Learnable.getLearner() |
Learner |
KohonenSynapse.getLearner()
Deprecated.
- Used only for backward compatibility
|
Learner |
Layer.getLearner()
Returns the appropriate Learner object for this class depending on the
Monitor.learningMode property value
|
Learner |
LogarithmicLayer.getLearner()
Deprecated.
- Used only for backward compatibility
|
Learner |
SangerSynapse.getLearner()
Deprecated.
- Used only for backward compatibility
|
Learner |
SigmoidLayer.getLearner()
Deprecated.
- Used only for backward compatibility
|
Learner |
Synapse.getLearner()
Returns the appropriate Learner object for this class
depending on the Monitor.learningMode property value
|
Learner |
BiasedLinearLayer.getLearner()
Deprecated.
- Used only for backward compatibility
|
Learner |
Monitor.getLearner()
Gets a learner for a synapse or layer.
|
Learner |
FullSynapse.getLearner()
Deprecated.
- Used only for backward compatibility
|
Learner |
Monitor.getLearner(int index)
Getter for the Learner declared at position 'index'
|
Learner |
LearnerFactory.getLearner(Monitor aMonitor)
Gets a learner for a synapse or layer.
|
Learner |
RTRLLearnerFactory.getLearner(Monitor monitor)
Return a suitable learner, part of the learner factory interface
|
Submit Feedback to pmarrone@users.sourceforge.net