public class RTRLLearnerFactory.RTRLLearner extends java.lang.Object implements Learner
Modifier and Type | Field and Description |
---|---|
protected Learnable |
learnable
The learnable that is trained here
|
Constructor and Description |
---|
RTRLLearnerFactory.RTRLLearner() |
Modifier and Type | Method and Description |
---|---|
void |
registerLearnable(Learnable learnable)
Register the learnable and determine if we'll update on this one
|
void |
requestBiasUpdate(double[] currentGradientOuts)
A layer requests a bias update.
|
void |
requestWeightUpdate(double[] currentPattern,
double[] currentInps)
A synapse requests a weight update.
|
void |
setMonitor(Monitor monitor)
Set the monitor
|
protected Learnable learnable
public void registerLearnable(Learnable learnable)
registerLearnable
in interface Learner
public void requestBiasUpdate(double[] currentGradientOuts)
requestBiasUpdate
in interface Learner
public void requestWeightUpdate(double[] currentPattern, double[] currentInps)
requestWeightUpdate
in interface Learner
public void setMonitor(Monitor monitor)
setMonitor
in interface Learner
Submit Feedback to pmarrone@users.sourceforge.net