Exercise - Regression Loss Functions

In this notebook we will dive deeper into the two most common regression loss functions: L1 and L2 loss.

In this notebook you will implement the L1 and L2 loss functions and compute the losses for a given set of data points.