summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-10-10 14:34:14 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-10-10 14:34:14 +0800
commit698ac5fb0fcfc3c6af4d8bd13dd39ca984960ae1 (patch)
tree33e84b14c555efaf5932f400353f1ae2ab13130f
parentcc69d7375518336622578ed4aa5f14eac679dc13 (diff)
downloadtnet-698ac5fb0fcfc3c6af4d8bd13dd39ca984960ae1.tar.gz
tnet-698ac5fb0fcfc3c6af4d8bd13dd39ca984960ae1.tar.bz2
tnet-698ac5fb0fcfc3c6af4d8bd13dd39ca984960ae1.zip
comment update+
-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 d3c3b78..7a636c2 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)e_i - \mu \Delta \f]
+ * and fot bias: \f[ {\Beta}_i = {\beta}_i - \alpha (1-\mu)i e_i - \mu \Delta \f]
* where
* - D for weight decay => penalizing large weight
* - \f$ \alpha \f$ for learning rate