BasicsThis session sets up course logistics and introduces core machine learning ideas. You learn when and how class meets, where to find materials, how grading works, and why MATLAB is used. It also sets expectations: the course is challenging, homeworks are crucial, and live attendance is encouraged.

The lecture explains why we use machine learning instead of writing step-by-step rules. Many real problems, like finding cats in photos, are too messy for hand-written rules because there are too many exceptions. With machine learning, we give the computer lots of examples and it discovers patterns on its own. This approach lets computers handle tasks we canβt easily explain in code.