AdaDelta

E565193

AdaDelta is an adaptive learning rate optimization algorithm for training neural networks that improves upon methods like RMSProp by eliminating the need to manually set a global learning rate.

All labels observed (1)

Label Occurrences
AdaDelta canonical 3

How this entity was disambiguated

Statements (39)

Predicate Object
instanceOf adaptive learning rate method ⓘ
optimization algorithm ⓘ
stochastic gradient-based optimization method ⓘ
appliedIn computer vision ⓘ
natural language processing ⓘ
speech recognition ⓘ
basedOn stochastic gradient descent ⓘ
comparedWith AdaGrad ⓘ
Adam ⓘ
Momentum ⓘ
Nesterov momentum ⓘ
RMSProp ⓘ
SGD ⓘ
describedIn ADADELTA: An Adaptive Learning Rate Method ⓘ
field deep learning ⓘ
machine learning ⓘ
goal accelerate convergence in deep networks ⓘ
improve training stability ⓘ
reduce sensitivity to initial learning rate choice ⓘ
hasCharacteristic adaptive per-parameter learning rates ⓘ
no need for manual global learning rate ⓘ
robust to choice of hyperparameters ⓘ
scale-invariant update rule ⓘ
uses running averages of squared gradients ⓘ
uses running averages of squared parameter updates ⓘ
hasHyperparameter decay rate rho ⓘ
epsilon ⓘ
implementedIn Keras ⓘ
MXNet ⓘ
PyTorch ⓘ
TensorFlow ⓘ
Theano ⓘ
improvesUpon RMSProp ⓘ
introducedBy Matthew D. Zeiler ⓘ
optimizationType first-order method ⓘ
publicationYear 2012 ⓘ
updateRule uses ratio of accumulated gradients to accumulated updates ⓘ
usedFor minimizing loss functions ⓘ
training neural networks ⓘ

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

RMSProp → relatedTo → AdaDelta ⓘ
Adam optimizer → relatedTo → AdaDelta ⓘ
Blocks → supports → AdaDelta ⓘ