ML: Intro to Machine Learning - MCQs
ML: Intro to Machine Learning Q1. Applications of the Supervised Learning Select the problem statements where you can apply supervised algorithms. 1. For an e-commerce website, segmenting the unlabelled customers based on their behaviour from a large dataset. 2. Given data on crop yields over the last 50 years, trying to predict next year's crop yields. 3. Based on data samples of webpages, classifying a webpage whether the content on the web page should be considered "child friendly" or "adult". 4. Given a large dataset of medical records from patients suffering from heart disease, try to learn whether there might be different groups of such patients. Ans: Correct Answer: Given data on crop yields over the last 50 years, trying to predict next year’s crop yields. Based on data samples of webpages, classifying a webpage whether the content on the web page should be considered “child friendly” or “adult”