Question: You work for a hospital that is tracking the community spread of a virus. The hospital created a smartwatch application that uploads body temperature data from hundreds of thousands of participants. What is the best technique to analyze the data?
- Use reinforcement learning to reward the system when a new person participates.
- Use unsupervised machine learning to cluster together people based on patterns the machine discovers.
- Use Supervised machine learning to sort people by demographic data.
- Use Supervised machine learning to classify people by body temperature.
Answer: The correct answer of the above question is Option D:Use Supervised machine learning to classify people by body temperature.