Deep-Learning-Book-Chapter-Summaries
Deep-Learning-Book-Chapter-Summaries copied to clipboard
Chapter 9 Suggestions
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)?