Week 2 Quiz >> Ai For Everyone

Week 2 Quiz >> Ai For Everyone

1. Machine learning is an “iterative” process, meaning that an AI team often has to try many ideas before coming up with something that’s good enough, rather than have the first thing they try work.

  • True
  • False

2. Say you want to use Machine Learning to help your sales team with automatic lead sorting. I.e., Input A (a sales prospect) and output B (whether your sales team should prioritize them). The 3 steps of the workflow, in scrambled order, are:
(i) Deploy a trained model and get data back from users
(ii) Collect data with both A and B
(iii) Train a machine learning system to input A and output B
What is the correct ordering of these steps?

  • (i) (ii) (iii)
  • (i) (iii) (ii)
  • (ii) (iii) (i)
  • (ii) (i) (iii)

3. What are the key steps of a Data Science project?

  • Collect data
  • Analyze the data
  • Suggest hypothesis or actions
  • All of the above

4. Machine Learning programs can help: (select all that apply)

  • Automate resume screening
  • Automate visual inspection in a manufacturing line
  • Customize product recommendations
  • Automate lead sorting in sales

5. Unless you have a huge dataset (“Big Data”), it is generally not worth attempting machine learning or data science projects on your problem.

  • True
  • False

6.Say you want to build an AI system to help recruiters with automated resume screening. Which of these steps might be involved in “technical diligence” process?  (Select all that apply.)

  • Ensuring that this is valuable for your business (e.g., estimating the project ROI)
  • Making sure you can get enough data for this project
  • Making sure that an AI system can meet the desired performance
  • Defining an engineering timeline

7. Which of these statements about “business diligence” do you agree with?

  • Business diligence can typically be completed in less than a day.
  • Business diligence applies only if you are launching new product lines or businesses.
  • Business diligence is the process of ensuring that the AI technology, if it is built, is valuable for your business.
  • Business diligence is the process of ensuring that the envisioned AI technology is feasible.

8. You want to use supervised learning for automated resume screening, as in the example above. Which of the following statements about the Training Set are true? (Select all that apply.)

  • It will be used by the AI team to train the supervised learning algorithm.
  • It should give examples of the input A (resume) but not necessarily the desired output B (whether to move forward with a candidate).
  • The Training set and Test set can be the same dataset.
  • It should give examples of both the input A (resume) and the desired output B (whether to move forward with a candidate).

9. For your automated resume screening application, you are now providing a Test Set to the AI team. Which of the following statements about the Test Set are true? (Select all that apply.)

  • It should give examples of the input A (resume) but not necessarily the desired output B (whether to move forward with a candidate).
  • The Test Set should ideally be identical to the Training Set.
  • It will be used by the AI team to evaluate the performance of the algorithm.
  • It should give examples of both the input A (resume) and the desired output B (whether to move forward with a candidate)

10. Which of these are reasons that it’s often unrealistic to expect an ML system to be 100% accurate?

  • You might not have enough data
  • Data can be mislabeled
  • Data can be ambiguous
  • All of the above.

Leave a Comment