Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 629 Bytes

File metadata and controls

18 lines (14 loc) · 629 Bytes
tags python,numpy,neural-network,vector,matrix,tensor,forward pass,backward pass,backpropagation
mathjax true

The Dense Connected Layer

{:.caption .img} dense connected layer forward pass Forward pass matrix operation to compute output vector

{:.caption .img} dense connected layer backward pass Backward pass matrix operation to compute weights gradient matrix

{:.caption .img} dense connected layer backward pass Backward pass matrix operation to compute input gradient vector