Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture introduces linear regression as one of the simplest problems in machine learning, focusing on finding the best fitting hyperplane through a set of points by minimizing the error. The training phase involves optimizing the parameter Omega, while the test phase uses Omega to predict the output Y for new points.