Machine learning
It is a subset of artificial learning which provides the ability to learn automatically and improve from experiences without being explicitly programmed
a) Supervise: in this, we teach the machine by using labeled data
Problem types: classification and regression
Aim: forecast
Approach: map labeled output to the known output
b) un supervised: in this, we teach the machine by using unlabeled data and it perform grouping function to give output
Problem type: association and clustering