0

Chapter 9.1 of the Deep Learning book gives this formula

$s(t)=(x*w)(t) \tag{(9.2)}$

where the operator $*$ denotes the convolution operation.

I'm conscious what the convolution operation is, I just have difficulty understanding the notation.

Does $(x*w)$ denote the resulting composite function which takes $t$ as its independent variable?

Here is the page in question

enter image description here

JakeMZ
  • 281

1 Answers1

1

$x * w$ denotes the function that is the convolution of the functions $x$ and $w$. You can choose any letter for the independent variable. If you choose $t$, then it is written $(x * w)(t)$.

Ted
  • 33,788