summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CuTNetLib/cuUpdatableBias.h2
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