APPLICATION OF SUPERVISED LEARNING
LINEAR REGRESSION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Of the following examples, which would you address using an unsupervised learning algorithm? (Check all that apply.)
|
Given email labeled as spam/not spam, learn a spam filter.
|
|
Given a set of news articles found on the web, group them into sets of articles about the same stories.
|
|
Given a database of customer data, automatically discover market segments and group customers into different market segments.
|
|
Given a dataset of patients diagnosed as either having diabetes or not, learn to classify new patients as having diabetes or not.
|
Explanation:
Detailed explanation-1: -Clustering is an unsupervised learning technique, which groups unlabeled data points based on their similarity and differences. Hence, points are grouped into clusters in such a way that those in a same group have the most similarity with each other, while points in different groups have little to no similarities.
Detailed explanation-2: -K-means clustering. KNN (k-nearest neighbors) Hierarchal clustering. Anomaly detection. Neural Networks. Principle Component Analysis. Independent Component Analysis. Apriori algorithm. More items
There is 1 question to complete.