Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • $\begingroup$ How $\frac{\partial E}{\partial w^l_{m', n'}}$ will look like in case my filter has multiple channels ? $\endgroup$ Commented Oct 10, 2018 at 14:11
  • 1
    $\begingroup$ gradient = signal.convolve2d(np.rot90(np.rot90(d)), o, 'valid') $\endgroup$ Commented May 7, 2019 at 20:02
  • $\begingroup$ I would like suggest to review this answer. In particular, the provided code in python might be checked $\endgroup$ Commented Jun 6, 2019 at 2:46