Merge pull request #2488 from rcurtin/doxygen-compile-fix

Fix equation definition.
This commit is contained in:
Ryan Birmingham
2020-07-02 01:17:58 -04:00
committed by GitHub
+2 -2
View File
@@ -171,7 +171,7 @@ class RBM
* mean given by:
* @f$ h_i*\alpha^{-1}*W_i^T*v @f$
* and variance:
* @f$ \alpha&{-1} @f$
* @f$ \alpha^{-1} @f$
*
* @param input Consists of both visible and spike variables.
* @param output Sampled slab neurons.
@@ -196,7 +196,7 @@ class RBM
* distribution with mean given by:
* @f$ h_i*\alpha^{-1}*W_i^T*v @f$
* and variance:
* @f$ \alpha&{-1} @f$
* @f$ \alpha^{-1} @f$
*
* @param input Hidden layer of the network.
* @param output The sampled visible layer.