├── README.md ├── lecture-notes ├── cs229-evaluation-metrics-slides.pptx ├── cs229-intro-slides.pptx ├── cs229-linalg.pdf ├── cs229-notes-deep_learning.pdf ├── cs229-notes1.pdf ├── cs229-notes10.pdf ├── cs229-notes11.pdf ├── cs229-notes12.pdf ├── cs229-notes2.pdf ├── cs229-notes3.pdf ├── cs229-notes4.pdf ├── cs229-notes5.pdf ├── cs229-notes7a.pdf ├── cs229-notes7b.pdf ├── cs229-notes8.pdf ├── cs229-notes9.pdf ├── cs229-prob-slide.pdf └── cs229-prob.pdf ├── materials ├── BiasVarianceAnalysis.pdf ├── MaxEnt.pdf ├── gaussian_processes.pdf ├── gaussians.pdf └── more_on_gaussians.pdf ├── problem-sets-solutions ├── README.md ├── ps1-sol.pdf ├── ps1-sol.zip ├── ps2-sol.pdf ├── ps2-sol.zip ├── ps3-sol.pdf └── ps3-sol.zip ├── problem-sets ├── ps1.pdf ├── ps1.zip ├── ps2.pdf ├── ps2.zip ├── ps3.pdf └── ps3.zip └── syllabus.html /README.md: -------------------------------------------------------------------------------- 1 | # CS229 Summer 2019 2 | 3 | All lecture notes, slides and assignments for [CS229: Machine Learning](http://cs229.stanford.edu/) course by Stanford University. 4 | 5 | The videos of all lectures are available [on YouTube](https://www.youtube.com/playlist?list=PLoROMvodv4rNH7qL6-efu_q2_bPuy0adh). 6 | 7 | Useful links: 8 | - [CS229 Autumn 2018 edition](https://github.com/maxim5/cs229-2018-autumn) 9 | -------------------------------------------------------------------------------- /lecture-notes/cs229-evaluation-metrics-slides.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-evaluation-metrics-slides.pptx -------------------------------------------------------------------------------- /lecture-notes/cs229-intro-slides.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-intro-slides.pptx -------------------------------------------------------------------------------- /lecture-notes/cs229-linalg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-linalg.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-notes-deep_learning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-notes-deep_learning.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-notes1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-notes1.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-notes10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-notes10.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-notes11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-notes11.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-notes12.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-notes12.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-notes2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-notes2.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-notes3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-notes3.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-notes4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-notes4.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-notes5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-notes5.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-notes7a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-notes7a.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-notes7b.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-notes7b.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-notes8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-notes8.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-notes9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-notes9.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-prob-slide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-prob-slide.pdf -------------------------------------------------------------------------------- /lecture-notes/cs229-prob.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/lecture-notes/cs229-prob.pdf -------------------------------------------------------------------------------- /materials/BiasVarianceAnalysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/materials/BiasVarianceAnalysis.pdf -------------------------------------------------------------------------------- /materials/MaxEnt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/materials/MaxEnt.pdf -------------------------------------------------------------------------------- /materials/gaussian_processes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/materials/gaussian_processes.pdf -------------------------------------------------------------------------------- /materials/gaussians.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/materials/gaussians.pdf -------------------------------------------------------------------------------- /materials/more_on_gaussians.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/materials/more_on_gaussians.pdf -------------------------------------------------------------------------------- /problem-sets-solutions/README.md: -------------------------------------------------------------------------------- 1 | # Problem sets solutions 2 | 3 | Solutions taken from [this repo](https://github.com/kumi123/CS229). 4 | -------------------------------------------------------------------------------- /problem-sets-solutions/ps1-sol.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/problem-sets-solutions/ps1-sol.pdf -------------------------------------------------------------------------------- /problem-sets-solutions/ps1-sol.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/problem-sets-solutions/ps1-sol.zip -------------------------------------------------------------------------------- /problem-sets-solutions/ps2-sol.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/problem-sets-solutions/ps2-sol.pdf -------------------------------------------------------------------------------- /problem-sets-solutions/ps2-sol.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/problem-sets-solutions/ps2-sol.zip -------------------------------------------------------------------------------- /problem-sets-solutions/ps3-sol.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/problem-sets-solutions/ps3-sol.pdf -------------------------------------------------------------------------------- /problem-sets-solutions/ps3-sol.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/problem-sets-solutions/ps3-sol.zip -------------------------------------------------------------------------------- /problem-sets/ps1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/problem-sets/ps1.pdf -------------------------------------------------------------------------------- /problem-sets/ps1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/problem-sets/ps1.zip -------------------------------------------------------------------------------- /problem-sets/ps2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/problem-sets/ps2.pdf -------------------------------------------------------------------------------- /problem-sets/ps2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/problem-sets/ps2.zip -------------------------------------------------------------------------------- /problem-sets/ps3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/problem-sets/ps3.pdf -------------------------------------------------------------------------------- /problem-sets/ps3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim5/cs229-2019-summer/798be99270e4c4e18249d6a70d70588ff263cf49/problem-sets/ps3.zip -------------------------------------------------------------------------------- /syllabus.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |39 | [Previous offerings: Autumn 2018, Spring 2019]
40 |Category | Topic | 51 | 52 | 53 | 54 | 59 |
---|---|
Review |
61 |
|
67 |
Supervised Learning | 71 |
|
82 |
Learning Theory | 86 |
|
94 |
Deep Learning | 98 |
|
99 |
Unsupervised Learning | 103 |
|
112 |
Reinforcement Learning (RL) | 116 |
117 |
|
125 |
Application | 129 |
130 |
|
135 |
Event | Date | Description | Materials and Assignments | 146 | 147 | 148 | 149 | 154 |
---|---|---|---|
Lecture 1 | 156 |6/24 | 157 |
|
159 | 160 | 161 | Class Notes 162 | 166 | 167 | | 168 |
Lecture 2 | 172 |6/26 | 173 |
174 |
|
179 | 180 | Class Notes 181 | 186 | | 187 |
Lecture 3 | 191 |6/28 | 192 |
193 |
|
198 | 199 | Class Notes 200 | 204 | | 205 |
Lecture 4 | 209 |7/1 | 210 |
211 |
|
219 |
220 | Class Notes
221 |
|
225 |
Lecture 5 | 229 |7/3 | 230 |
231 |
|
237 |
238 | Class Notes
239 |
|
243 |
Lecture 6 | 247 |7/5 | 248 |
249 |
|
254 |
255 | Class Notes
256 |
|
260 |
Lecture 7 | 264 |7/8 | 265 |
266 |
|
272 |
273 | Class Notes
274 |
|
278 |
Lecture 8 | 282 |7/10 | 283 |
284 |
|
289 |
290 | Class Notes
291 |
|
295 |
Lecture 9 | 299 |7/12 | 300 |
301 |
|
303 |
304 | Class Notes
305 |
|
314 |
Lecture 10 | 318 |7/15 | 319 |
320 |
|
322 |
323 | Class Notes
324 |
|
332 |
Lecture 11 | 336 |7/17 | 337 |
338 |
|
342 | 343 | 344 | | 345 |
Lecture 12 | 349 |7/19 | 350 |
351 |
|
357 |
358 | Class Notes
359 |
|
363 |
Lecture 13 | 367 |7/22 | 368 |
369 |
|
374 | 375 | Class Notes 376 | 380 | | 381 |
Lecture 14 | 385 |7/24 | 386 |
387 |
|
393 |
394 | Class Notes
395 |
|
399 |
Lecture 15 | 403 |7/26 | 404 |
405 |
|
411 |
412 | Class Notes
413 |
|
417 |
Lecture 16 | 421 |7/29 | 422 |
423 | Unsupervised Learning
424 |
|
430 | 431 | Class Notes 432 | 437 | | 438 |
Lecture 17 | 442 |7/31 | 443 |
444 |
|
449 | 450 | Class Notes 451 | 455 | | 456 |
Lecture 18 | 460 |8/2 | 461 |
462 |
|
468 | 469 | Class Notes 470 | 474 | | 475 |
Lecture 19 | 479 |8/5 | 480 |
481 |
|
487 |
488 | Class Notes
489 |
|
493 |
Lecture 20 | 497 |8/7 | 498 |
499 |
|
505 |
506 | Class Notes
507 |
|
511 |
Lecture 21 | 515 |8/9 | 516 |
517 |
|
521 |
522 | Class Notes
523 |
|
527 |
Lecture 22 | 531 |8/12 | 532 |
533 |
|
538 | 539 | Class Notes 540 | | 541 |
Lecture 23 | 545 |8/14 | 546 |
547 |
|
551 | 552 | Class Notes 553 | | 554 |
Final | 559 |8/16 | 560 |561 | | 562 | |
586 | Other Resources
587 |
|
595 |