CBMM Summer School, Day 2: Machine Learning

 Lab 2: Regularized Least Squares (RLS)

This lab is about linear Regularized Least Squares. Extract the zip file in a directory and set the MATLAB path to that, follow the instructions below and think/try hard before you call the instructors!

1. Data generation

Start by generating data using the provided function MixGauss:

2. Linear RLS

3. (Optional) - Additional experiments