Deep-Learning-Book-Chapter-Summaries icon indicating copy to clipboard operation
Deep-Learning-Book-Chapter-Summaries copied to clipboard

Chapter 9 Suggestions

Open varun19299 opened this issue 7 years ago • 0 comments

Found this pretty useful. Nice effort 👍

A few suggestions:

  • A very common ask (and slightly underrepresented in this chapter) has been receptive fields. Would do you like to include the same ?

(Ref: https://arxiv.org/pdf/1603.07285.pdf)

A few rendering issues:

  • Mathjax ($$ h(K,G,s){i,j,k} = \frac{\partial}{\partial V{i,j,k}}J(V,K) \ = \sum_{\substack{l,m \ s.t. \ (l-1)\times s+m=j}} \sum_{\substack{n,p \ s.t. \ (n-1)\times s+p=k}} \sum_{q} K_{q,i,m,p}G_{q,l,n} $$)

  • Could you clean up warnings on the scikit usage (code cell 1,3)?

varun19299 avatar Jul 16 '18 15:07 varun19299