This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
double | sqr (double x) |
double | g (double z) |
neuron transfer function | |
double | g_s (double z) |
first dervative | |
double | g_s_inv (double z) |
inverse of the first derivative | |
double | g_s (double z, double xsi) |
| |
double | g_ss_div_s (double z, double xsi) |
an exact formula for g''/g', with clipped Z = z+xsi | |
double | derive_g_s_inv_exact_clip (double z, double xsi) |
with
we get
| |
double | g_s_expand2 (double z, double xsi) |
| |
double | g_s_inv_expand2 (double z, double xsi) |
| |
double | derive_g_s_inv_expand2 (double z, double xsi) |
with
which is the series expansion to the second order we get
and therewith
|
|
with
we get
again with clipped Z
|
|
with
which is the series expansion to the second order we get
and therewith
|
|
neuron transfer function
|
|
with additional clipping
|
|
first dervative
|
|
which is the series expansion to the second order
|
|
inverse of the first derivative
|
|
with geometric series approximation
|
|
an exact formula for g''/g', with clipped Z = z+xsi
|
|
|