public class BatchLearner extends ExtendableLearner
theDeltaRuleExtenders, theGradientExtenders, theUpdateWeightExtender
learnable, learnableLayer, learnableSynapse, monitor
Constructor and Description |
---|
BatchLearner() |
BatchLearner(int batchSize)
Deprecated.
use BatchLearner() and set the batch size
with monitor.setBatchSize()
|
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize()
Deprecated.
use monitor.getBatchSize()
|
void |
initiateNewBatch()
Deprecated.
not used, the BatchModeExtender takes care of everything
|
void |
setBatchSize(int newBatchSize)
Deprecated.
use monitor.setBatchSize()
|
addDeltaRuleExtender, addGradientExtender, getDefaultDelta, getDefaultDelta, getDefaultGradientBias, getDefaultGradientWeight, getDelta, getDelta, getGradientBias, getGradientWeight, getLearningRate, getLearningRate, getUpdateWeightExtender, postBiasUpdate, postBiasUpdateImpl, postWeightUpdate, postWeightUpdateImpl, preBiasUpdate, preBiasUpdateImpl, preWeightUpdate, preWeightUpdateImpl, requestBiasUpdate, requestWeightUpdate, setUpdateWeightExtender, updateBias, updateWeight
getLayer, getMonitor, getSynapse, registerLearnable, setMonitor
public BatchLearner()
public BatchLearner(int batchSize)
public void initiateNewBatch()
public void setBatchSize(int newBatchSize)
public int getBatchSize()
Submit Feedback to pmarrone@users.sourceforge.net