Overview

  1. Getting more training examples
  2. Trying smaller sets of features
  3. Trying additional features
  4. Trying polynomial features
  5. Increasing or decreasing λ

Split Into Training and Test Set

Evaluating the Hypothesis by looking at the Test Error value

  1. Learn Θ, then minimise Jtrain (Θ) using the training set.
  2. Compute the test set error Jtest(Θ)

How to compute the Test Error

The test error is a ratio value which gives an indication of the percentage of

For Linear Regression:

For Classification ~ Misclassification error (aka 0/1 misclassification error):