Learn Before
Determine how to visualize target performance for a speech project's learning curve.
Case context: You are building a speech recognition system. To track progress, you have plotted the dev-set error on a learning curve. You also have a specific level of error that you hope your learning algorithm will eventually achieve.
Question: According to the principles of desired error rate analysis, what should you do with this desired level of performance to help evaluate your system?
Sample answer: You should add the desired level of performance directly to your learning curve. This provides a visual target on the curve to compare against your dev-set error.
Key points:
- A desired error rate is a level of error one hopes the learning algorithm will eventually achieve.
- The desired level of performance should be added to the learning curve.
Rubric: The answer must state that the developer should add the desired level of performance to the learning curve.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Product Performance Intuition as a Desired Error Rate
Human-Level Error Reference Depends on Current System Error
What is the definition of a 'desired error rate' in Andrew Ng's ML Yearning?
True or False: According to ML Yearning, the desired level of performance can be added to a learning curve.
A desired error rate is a level of error one hopes a learning algorithm will eventually _____.
Match each term to its role in desired error rate analysis as described in ML Yearning.
Order the steps to incorporate a desired error rate into a learning curve, as described in ML Yearning.
According to ML Yearning, to which visualization should the desired level of performance be added?
True or False: A desired error rate reflects the error rate a learning algorithm has already achieved on the dev set.
According to ML Yearning, the desired level of performance should be added to your _____.
Match each element visible on a learning curve to what it communicates to the developer.
Order the reasoning steps that lead a developer to use a desired error rate in learning curve analysis.
Explain how a desired error rate is used and visualized on a learning curve.
Determine how to visualize target performance for a speech project's learning curve.
How should a target error rate be visualized on a learning curve?