slides link

This commit is contained in:
Steven G. Johnson 2023-04-10 12:19:48 -04:00 committed by GitHub
parent 4d1f5a80f4
commit 82ca8f81bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,5 +306,6 @@ http://dx.doi.org/10.1137/S1052623499362822) — I used the "linear and separabl
## Lecture 25 (April 10)
* Compressive sensing (CS) and ℓ¹ regularization (LASSO etc.).
* [Slides](https://www.dropbox.com/s/iplx3gsk42t0xlb/Various-CS-slides.pdf?dl=0) collected from various sources.
**Further reading:** Strang textbook, section III.5. There are many tutorials and other information on CS/LASSO/etcetera online. For example, these [Rice Univ. tutorial slides (Cevher, 2019)](https://www.epfl.ch/labs/lions/wp-content/uploads/2019/01/Volkan-CS-IPSN09-tutorial-part-1.pdf) or [Princeton Slides (Cheng, 2014)](https://3dvision.princeton.edu/courses/COS598/2014sp/slides/lecture20_Compressive_Sensing.pdf) are fairly accessible. For compressed sensing in MRI, see e.g. the slides by [Lustig et al.](https://pages.cs.wisc.edu/~brecht/cs838docs/deshpande.project.pdf) and [Tamir (2019)](http://users.ece.utexas.edu/~jtamir/files/jtamir_compressed_sensing_ismrm19.pdf) and many other sources.