Exercise 7.10

Answers

For layers 1 to L, the weights W(l) has a dimension of d(l1) + 1 by d(l), so the total number of weight parameters are

Q = l=1Ld(l)(d(l1) + 1).

For L = 3 and d(1) = d(2) = 10, also we assume d(0) = d where d is the dimension of input x and d(3) = 1, so Q = 131 + 10d.

User profile picture
2021-12-08 09:54
Comments