L1 regularization factor (Default 0.0)
L2 regularization factor (Default 0.0001)
AdaDelta history decay factor (Default 95% = 0.95)
AdaDelta base factor (Default 1e-6)
Execute the algorithm for given sequence of Δweight and sequence of weights
Execute the algorithm for given sequence of Δweight and sequence of weights
the sequence of accumulated Δweight
the sequence of current weights
L1 regularization factor (Default 0.0)
L1 regularization factor (Default 0.0)
L2 regularization factor (Default 0.0001)
L2 regularization factor (Default 0.0001)
Compute weight-loss of given weight parameters
Compute weight-loss of given weight parameters
the sequence of weight matrices
the total weight loss of this sequence
Algorithm: AdaDelta algorithm
If you are trying to use this algorithm for your research, you should add a reference to AdaDelta techinical report.