Formula

Hidden Activation Vector Formula

Following the calculation of the linear intermediate variable z\mathbf{z}, a neural network applies a non-linear activation function ϕ\phi to produce the hidden layer's output. The hidden activation vector h\mathbf{h} of length hh is defined as:

h=ϕ(z)\mathbf{h} = \phi(\mathbf{z})

This vector h\mathbf{h} serves as another intermediate variable in the network's forward pass, containing the activated representations that will be passed to the subsequent layer.

0

1

Updated 2026-05-06

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L