lecture 29 notes

This commit is contained in:
Steven G. Johnson 2023-04-21 14:20:51 -04:00
parent 31c9a11ebc
commit da5befa30b

View File

@ -328,3 +328,11 @@ http://dx.doi.org/10.1137/S1052623499362822) — I used the "linear and separabl
* Non-negative matrix factorization — guest lecture by [Prof. Ankur Moitra](https://people.csail.mit.edu/moitra/).
**Further reading:** Coming soon.
## Lecture 29 (Apr 21)
* [(Discrete) convolutions](https://en.wikipedia.org/wiki/Convolution#Discrete_convolution), translation-invariance, [circulant matrices](https://en.wikipedia.org/wiki/Circulant_matrix), and convolutional neural networks (CNNs)
* pset 5 solutions:
* pset 6: coming soon, due Friday May 5.
**Further reading:** Strang textbook sections IV.2 (circulant matrices) and VII.2 (CNNs), and [OCW lecture 32](https://ocw.mit.edu/courses/18-065-matrix-methods-in-data-analysis-signal-processing-and-machine-learning-spring-2018/resources/lecture-32-imagenet-is-a-cnn-the-convolution-rule/). See also these [Stanford lecture slides](http://cs231n.stanford.edu/slides/2016/winter1516_lecture7.pdf) and [MIT lecture slides](https://mit6874.github.io/assets/sp2020/slides/L03_CNNs_MK2.pdf).