public interface Learner
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
registerLearnable(Learnable l)
The Learnable calls this method to make itself known to the Learner
|
void |
requestBiasUpdate(double[] currentGradientOuts)
Override this method to implement what should be done to LearnableLayers
|
void |
requestWeightUpdate(double[] currentPattern,
double[] currentInps)
Override this method to implement what should be done to LearnableSynapses
|
void |
setMonitor(Monitor mon)
Used to set the parameters used by this Learner
|
void registerLearnable(Learnable l)
void requestBiasUpdate(double[] currentGradientOuts)
void requestWeightUpdate(double[] currentPattern, double[] currentInps)
void setMonitor(Monitor mon)
Submit Feedback to pmarrone@users.sourceforge.net