Coursera - Machine Learning in Production - Week 1 - Section 2 - Graded Assessment
2025年01月07日
Question 1
Which of these are stages of the machine learning project lifecycle? Check all that apply.
Question 2
Which of these is not an advantage of a typical edge deployment compared to a typical cloud deployment?
Question 3
In the speech recognition example, what is the problem with some labelers transcribing audio as "Um, today's weather" and others transcribing "Umm... today's weather"?
Question 4
After a system is deployed, monitoring and maintaining the system will help us handle cases of concept drift or data drift.
Question 5
Which statement is a more accurate description of the full cycle of a machine learning project?
Week 1: Overview of the ML Lifecycle and Deployment
Section 2: Graded Assessment
1. The Machine Learning Project Lifecycle
Question 1
Which of these are stages of the machine learning project lifecycle? Check all that apply.
- Modeling
- Deployment
- Scoping
- Data
- Configuration
Question 2
Which of these is not an advantage of a typical edge deployment compared to a typical cloud deployment?
- More computational power available
- Less network bandwidth needed
- Lower latency
- Can function even if network connection is down
Question 3
In the speech recognition example, what is the problem with some labelers transcribing audio as "Um, today's weather" and others transcribing "Umm... today's weather"?
- The second is grammatically incorrect and we should use the first transcription.
- Either transcription is okay, but the inconsistency is problematic.
- The first is grammatically incorrect and we should use the second transcription.
- We should not be transcribing "Umm." The correct transcription, which serves the user's needs better, is just "Today's weather".
Question 4
After a system is deployed, monitoring and maintaining the system will help us handle cases of concept drift or data drift.
- False
- True
Question 5
Which statement is a more accurate description of the full cycle of a machine learning project?
- It is a linear process, in which we move step-by-step from scoping to deployment. (That's why we call it a cycle. Bicycles are only good at going forward, not backward.)
- It is an iterative process, where during a later stage we might go back to an earlier stage. (That’s why we call it a cycle--it's a circular process.)