How to implement derivatives for backpropagation in a user defined neural_net class when using numpy arrays to store the weights and other data?

前端 未结 0 329
清歌不尽
清歌不尽 2021-01-05 13:03

Here is the way I\'ve written my code. I know how to backpropagate with the chain rule and I can hardcode the math for every layer but I want to generalize it so that I can

相关标签:
回答
  • 消灭零回复
提交回复
热议问题