Browse Source

[grad.tex] clarify what superscript in parenthesis means

rexim 2 years ago
parent
commit
6588017ee0
2 changed files with 2 additions and 0 deletions
  1. BIN
      papers/grad.pdf
  2. 2 0
      papers/grad.tex

BIN
papers/grad.pdf


+ 2 - 0
papers/grad.tex

@@ -102,6 +102,8 @@ Let's compute the derivatives of all our models. Throughout the entire paper $n$
   y &= \sigma(a^{(1)}w^{(2)} + b^{(2)})
   y &= \sigma(a^{(1)}w^{(2)} + b^{(2)})
 \end{align}
 \end{align}
 
 
+The superscript in parenthesis denotes the current layer. For example $a_i^{(l)}$ denotes the activation from the $l$-th layer on $i$-th sample.
+
 \subsubsection{Feed-Forward}
 \subsubsection{Feed-Forward}
 
 
 \begin{align}
 \begin{align}