This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is a benefit of normalizing data?
Faster training times
More accurate removal of missing values
Identification of preferential algorithms for training
A model you are training performs well on your training set, but poorly on your test set. What is likely happening?
Underfitting has occurred, and your model isn't accurate enough. You should keep training.
Overfitting has occurred, and your model isn't performing well on new data outside training. You could stop training earlier, or gather more diverse data.
Your model is fine. You need to use your training data to test your model instead.
Your model is to be used in a challenging application, where you are required to have very reliable performance. What is an appropriate method to test your models reliability in difficult situations?
Create a larger training set
Use the hold-out approach and create a third, special dataset that's curated to include examples where your models output needs to meet performance thresholds.
Keep a keen eye on your cost as you train. If you get any variability, you can stop training.
You must answer all questions before checking your work.
Was this page helpful?