The Threat of Overfitting

Learn how overfitting can ruin the model.

Soon enough, we’ll get to tune our neural network and make it as accurate as possible. Before we do that, however, we need a reliable test to measure that accuracy. As it turns out, ML testing comes with a subtly counterintuitive hurdle that can easily complicate things .

Side note: This short chapter tells us where that testing trapdoor is, and how to step around it.

Overfitting

Since the first part of this course, we’ve been using two separate sets of examples: one for training our algorithms, and one for testing them. ...

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy