This is an archived version of the course. Please find the latest version of the course on the main webpage.

Chapter 8: NumPy recap and exercises

Mean squared error

face Josiah Wang

A practical Machine Learning application of NumPy is to compute the mean squared error for regression, as briefly shown in the first Introduction to Machine Learning lectures.

Fortunately, the official NumPy tutorial already has this example covered, so there is no point for me to reproduce it just for the sake of it (lazy!)

So please just look at the example on the official tutorial to see how you would implement this.