Learn Before
Concept
Mathematical Implementation
- helper matrix for the algorithm
- the parameters
- starting learning rate(usually someting around 0.1 or 0.01)
- it is just to avoid division by zero( usually around 1e-8 )
The same principle applies to the bias parameters
0
2
Updated 2020-11-16
Tags
Deep Learning (in Machine learning)
Data Science