A network is laid out as a computational graph:
One way to get is to apply "multiply along each path, then add across paths" literally: list every distinct path from to , multiply the local derivatives along it, and sum the results. Backpropagation avoids this by visiting each edge just once.
How many distinct paths from to would the path-by-path method have to sum over?
Select all that apply.