python-machine-learning-book-3rd-edition icon indicating copy to clipboard operation
python-machine-learning-book-3rd-edition copied to clipboard

notation errata p389 chapter 12

Open jadeidev opened this issue 5 years ago • 0 comments

@vmirly @rasbt image should actually read: "the connection between the kth unit in layer l-1 to the jth unit in layer l" which would make sense when looking at the figure below when looking at the weight: j=3 at layer 3, k=1 at layer 2, l=3. (if using the incorrect definition we would have j=3 at layer 4, k=1 at layer 3, l=3.) image

jadeidev avatar Jan 06 '21 18:01 jadeidev