├── README.md ├── endsem ├── Decision_theory_mdl.pdf └── MDL_Probability.pdf ├── midsem ├── gujjar_5.pdf └── gujjar_6.pdf ├── pre-quiz1 ├── lec1.pdf ├── lec2.pdf ├── lec3.pdf └── lec4.pdf └── quiz2 ├── README.md ├── mdl_03_05.pdf ├── mdl_03_12.pdf └── mdl_03_15.pdf /README.md: -------------------------------------------------------------------------------- 1 | # Introduction 2 | 3 | This is a repository storing the lecture slides for "Machine, Data, and Learning" for the Spring 2025 semester. Dates: 4 | 1. 1/4/25 5 | 2. 1/8/25 6 | 3. 1/11/25 7 | 4. 1/15/25 8 | 9 | # Notes 10 | 11 | ## Lecture 1 12 | 13 | - A little bit blurry 14 | 15 | ## Lecture 3 16 | 17 | - The start of 3 lecture is partly omitted because it contained some duplicate slides from the end of lecture 2 18 | - An exercise from this lecture consisting of 2 slides (one describing the problem and the other describing the solution) is missing. If anyone has pictures of this exercise, please forward it to me. 19 | -------------------------------------------------------------------------------- /endsem/Decision_theory_mdl.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fane1824/mdl-lecs/7fad29f81acccd2e002b14cf8a23d33d390f4230/endsem/Decision_theory_mdl.pdf -------------------------------------------------------------------------------- /endsem/MDL_Probability.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fane1824/mdl-lecs/7fad29f81acccd2e002b14cf8a23d33d390f4230/endsem/MDL_Probability.pdf -------------------------------------------------------------------------------- /midsem/gujjar_5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fane1824/mdl-lecs/7fad29f81acccd2e002b14cf8a23d33d390f4230/midsem/gujjar_5.pdf -------------------------------------------------------------------------------- /midsem/gujjar_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fane1824/mdl-lecs/7fad29f81acccd2e002b14cf8a23d33d390f4230/midsem/gujjar_6.pdf -------------------------------------------------------------------------------- /pre-quiz1/lec1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fane1824/mdl-lecs/7fad29f81acccd2e002b14cf8a23d33d390f4230/pre-quiz1/lec1.pdf -------------------------------------------------------------------------------- /pre-quiz1/lec2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fane1824/mdl-lecs/7fad29f81acccd2e002b14cf8a23d33d390f4230/pre-quiz1/lec2.pdf -------------------------------------------------------------------------------- /pre-quiz1/lec3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fane1824/mdl-lecs/7fad29f81acccd2e002b14cf8a23d33d390f4230/pre-quiz1/lec3.pdf -------------------------------------------------------------------------------- /pre-quiz1/lec4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fane1824/mdl-lecs/7fad29f81acccd2e002b14cf8a23d33d390f4230/pre-quiz1/lec4.pdf -------------------------------------------------------------------------------- /quiz2/README.md: -------------------------------------------------------------------------------- 1 | ## Gujjar's Lecture Slides for Quiz 2 2 | -------------------------------------------------------------------------------- /quiz2/mdl_03_05.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fane1824/mdl-lecs/7fad29f81acccd2e002b14cf8a23d33d390f4230/quiz2/mdl_03_05.pdf -------------------------------------------------------------------------------- /quiz2/mdl_03_12.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fane1824/mdl-lecs/7fad29f81acccd2e002b14cf8a23d33d390f4230/quiz2/mdl_03_12.pdf -------------------------------------------------------------------------------- /quiz2/mdl_03_15.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fane1824/mdl-lecs/7fad29f81acccd2e002b14cf8a23d33d390f4230/quiz2/mdl_03_15.pdf --------------------------------------------------------------------------------