summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CuTNetLib/cuBiasedLinearity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CuTNetLib/cuBiasedLinearity.h b/src/CuTNetLib/cuBiasedLinearity.h
index 7a636c2..fd495e9 100644
--- a/src/CuTNetLib/cuBiasedLinearity.h
+++ b/src/CuTNetLib/cuBiasedLinearity.h
@@ -19,7 +19,7 @@ namespace TNet {
* Error propagation: \f[ E_i = \Sigma_{i=0}^{i=N-1} w_ij e_j \f]
*
* Weight adjustion: \f[ W_{ij} = (1-D)(w_{ij} - \alpha(1-\mu)x_i e_j - \mu \Delta) \f]
- * and fot bias: \f[ {\Beta}_i = {\beta}_i - \alpha (1-\mu)i e_i - \mu \Delta \f]
+ * and fot 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