summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-10-10 14:31:05 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-10-10 14:31:05 +0800
commitcc69d7375518336622578ed4aa5f14eac679dc13 (patch)
tree334c09245b0d0af05680676ac82952b03c3a53d9
parent497611e62608564561fb1e123725281991ae05f0 (diff)
downloadtnet-cc69d7375518336622578ed4aa5f14eac679dc13.tar.gz
tnet-cc69d7375518336622578ed4aa5f14eac679dc13.tar.bz2
tnet-cc69d7375518336622578ed4aa5f14eac679dc13.zip
comment update
-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