MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

SUPERVISED AND UNSUPERVISED LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You own a company that produces mobile phones. You keep track of how many mobile phones you have sold before.You want to predict how many mobile phones you will sell over the next 3 months. Is this a regression problem or a classification problem?
A
This is a regression problem
B
This is a classification problem
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Some of the most common algorithms used in unsupervised learning include: (1) Clustering, (2) Anomaly detection, (3) Approaches for learning latent variable models. Each approach uses several methods as follows: Clustering methods include: hierarchical clustering, k-means, mixture models, DBSCAN, and OPTICS algorithm.

Detailed explanation-2: -With a simple linear regression, we can find dependency between the number of sales (dependent variable) and the storage temperature of an ice cream (independent variable).

There is 1 question to complete.