A cheese-cave shop has three pitches: shelves already tagged “ready / wait,” a heap of unlabeled aging logs to be grouped by similarity, and a robot cart that is praised or fined after each aisle choice. How should those three be assigned?
Select an answer to reveal the explanation.
Short Explanation
Shelves already tagged ready / wait are supervised. A heap of unlabeled aging logs grouped by similarity is unsupervised. A robot cart praised or fined after each aisle choice is reinforcement. Distinguish the three by labels, structure in unlabeled data, and a reward from an environment.
Full Explanation
The three ML forms are distinguished by the kind of feedback. Tagged shelves are supervised, unlabeled grouping is unsupervised, and a praised or fined cart is reinforcement. One-form answers and brand names miss that distinction.