Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
data_mining:neural_network:debugging [2017/08/19 22:11] – phreazer | data_mining:neural_network:debugging [2017/08/19 22:12] (current) – phreazer | ||
---|---|---|---|
Line 19: | Line 19: | ||
For each i: | For each i: | ||
- | $d\Theta_{approx}[i] = (J(\dots, \Theta_i+\epsilon, | + | $d\Theta_{approx}[i] = \frac{J(\dots, \Theta_i+\epsilon, |
+ | |||
+ | $\epsilon = 10^{-7}$ |