Calculate the Inputs for Internal Layers
Learn how to calculate the inputs to an internal layer using the previous layer's outputs.
We'll cover the following...
Inputs for internal layers
We may come across a kind of matrix multiplication called a dot product or an inner product. There are actually different kinds of multiplications possible for matrices, such as a cross product, but the dot product is the one we want here. What happens if we replace the letters with words that are more meaningful to our neural networks? The second matrix is a matrix, but the multiplication approach is the same:
...
Access this course and 1400+ top-rated courses and projects.