Learn Before
Concept
RMSprop (Deep Learning Optimization Algorithm) Mathematical Implementations
The same principle applies to the bias parameters
- helper matrix for the algorithm
- the term that helps us to decrease the matrix G(usually around 0.9)
- the parameters
- starting learning rate(usually something around 0.1 or 0.01)
- it is just to avoid division by zero( usually around 1e-8 )
0
2
Updated 2020-11-16
Contributors are:
Who are from:
Tags
Data Science