Rudolf Adamkovič Personal site


Weight tensor

A rank-3 tensor with all neuron weights in a neural network:

\[\begin{equation*}
  W^{[i]} =
  \begin{pmatrix}
    w^{[i](1)}_{1} & \cdots & w^{[i](n)}_{1} \\
    \vdots & \ddots & \vdots \\
    w^{[i](1)}_{p} & \cdots & w^{[i](n)}_{p}
  \end{pmatrix}
  \in \mathbb{R}^{p \times n}
\end{equation*}
\]

where

so

and


Footnotes

(24)

For the input layer \(i = 1\), \(n\) is the number of features in the training data set.


© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.