Hailey’s labeling approach
Hailey had an excellent idea!
Despite having access to a massive dataset of x-ray pictures, she didn’t have too many labels. The company couldn’t afford to have doctors spending their time labeling samples, so she was in a catch-22 situation: to save the doctor’s time, she wanted to build a supervised learning model, but she couldn’t do that without having the doctors spend more time labeling data.
Hailey found a way to solve the problem: she built a model using the labels she had. Then started processing the unlabeled samples and setting aside those for which her model wasn’t confident.
After each round, Hailey asked doctors only to spend time labeling those low-confidence samples, after which she built a new model and repeated the process.
This approach saved the company a massive amount of money.
How would you classify Hailey’s approach?
Hailey’s approach is a Weak Supervision technique.
Hailey’s approach is a Reinforcement Learning technique.
Hailey’s approach is an Unsupervised Learning technique.
Hailey’s approach is a Semi-supervised Learning technique.