Supervised learning is fairly common in classification problems because the goal is often to get the computer to learn a classification system that we have created. Digit recognition, once again, is a common example of classification learning. More generally, classification learning is appropriate for any problem where deducing a classification is useful and the classification is easy to determine. In some cases, it might not even be necessary to give pre determined classifications to every instance of a problem if the agent can work out the classifications for itself. This would be an example of unsupervised learning in a classification context.
Question : Clustering is a type of unsupervised learning with the following goals
Explanation: : type of unsupervised learning is called clustering. In this type of learning, The goal is not to maximize a utility function, but simply to find similarities in the training data. The assumption is often that the clusters discovered will match reasonably well with an intuitive classification. For instance, clustering individuals based on demographics might result in a clustering of the wealthy in one group and the poor in another. Clustering can be useful when there is enough data to form clusters (though this turns out to be difficult at times) and especially when additional data about members of a cluster can be used to produce further results due to dependencies in the data.
Question : Of all the smokers in a particular district, % prefer brand A and % prefer brand B. Of those smokers who prefer brand A, 30% are females, and of those who prefer brand B, 40% are female. What is the probability that a randomly selected smoker prefers brand A, given that the person selected is a female?
1. Bayesian probability and Bayes' rule gives us a way to estimate unknown probabilities from known values. 2. You can reduce the need for a lot of data by assuming conditional independence among the features in your data. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Only 1 and 2 5. All 1,2 and 3 are correct