diff options
Diffstat (limited to 'src/CuTNetLib/cuUpdatableBias.h')
-rw-r--r-- | src/CuTNetLib/cuUpdatableBias.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CuTNetLib/cuUpdatableBias.h b/src/CuTNetLib/cuUpdatableBias.h index df8066a..313970f 100644 --- a/src/CuTNetLib/cuUpdatableBias.h +++ b/src/CuTNetLib/cuUpdatableBias.h @@ -19,7 +19,7 @@ namespace TNet { * Error propagation: \f[ E_i = e_i \f] * * Weight adjust: - * for bias: \f[ {\Beta}_i = {\beta}_i - \alpha(1-\mu)e_i - \mu \Delta \f] + * for bias: \f[ {\Beta}_i = {\beta}_i - \alpha (1-\mu) e_i - \mu \Delta \f] * where * - D for weight decay => penalizing large weight * - \f$ \alpha \f$ for learning rate |