From 82ca8f81bc444b197057767d3b463790991670e8 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Mon, 10 Apr 2023 12:19:48 -0400 Subject: [PATCH] slides link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e19cb8..2d4c93c 100644 --- a/README.md +++ b/README.md @@ -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.