Class BackpropagationTrainer

java.lang.Object
deepnetts.net.train.BackpropagationTrainer
All Implemented Interfaces:
Trainer, Serializable

public class BackpropagationTrainer extends Object implements Trainer, Serializable
Backpropagation training algorithm for feed forward and convolutional neural networks. Backpropagation is a supervised machine learning algorithm which iteratively reduces prediction error, by looking for the minimum of loss function.
See Also: