A company needs to train an ML model to classify images of different types of animals. The company has a large dataset of labeled images and will not label more data. Which type of learning should the company use to train the model?
Select an option, then click Submit answer.
Reference / correct answer:
Most accepted answer: A. Supervised learning
Community votes: A=5
Selected Answer: A A: Supervised learning Explanation: Supervised learning is the appropriate method when a dataset of labeled examples is available, as it involves training a model using input-output pairs. In this case, the labeled images of animals (input) and their corresponding categories (output) make supervised learning the ideal approach. The model learns from these examples to classify new, unseen images into the correct categories. Why not the other options? B: Unsupervised learning: Unsupervised learning does not use labeled data and is typically used for clustering or pattern discovery. It is not suitable for this classification task, which requires labeled data. upvoted 5 times
Selected Answer: A Why the others are incorrect: B. Unsupervised learning → used when data is unlabeled. C. Reinforcement learning → used for decision-making through rewards and penalties, not image classification with labeled datasets. D. Active learning → involves iteratively labeling additional data, but the company specifically said it will not label more data. upvoted 1 times
Selected Answer: A A is the correct answer. upvoted 1 times
Selected Answer: A Best for training a model with a labeled dataset, like the company's labeled images. upvoted 1 times
Selected Answer: A A. Supervised learning Explanation: Since the company has a large dataset of labeled images, supervised learning is the appropriate choice. In supervised learning, a model is trained on a labeled dataset, where the input data (images) is paired with corresponding labels (the types of animals). This approach allows the model to learn from the labeled data and make predictions on new, unseen data. upvoted 1 times