What Is Machine Learning
What Is Machine Learning
What Is Machine Learning
Machine learning is a branch of Artificial Intelligence (AI) which accepts complex input pattern and output
intelligent decisions.
Supervised Learning:
Supervised learning is a type of machine learning. It is basically a synonym of
classification. The supervision in the learning comes from the labeled instances
in the training data.
Weather Humidity Wind Play
For Example
Sunny High Week No
Sunny Normal Week No
Sunny Normal Strong No
Cloudy High Week No
Cloudy High Strong No
Cloudy Normal Strong Yes
Cloudy Normal Week Yes
Rainy High Week Yes
Rainy Normal Strong Yes
Rainy Normal Week Yes
Example
Test data:
After the model is built, testing data once again validates that it can make accurate predictions.
Splitting Data
It is called Train/Test because you split the data set into two sets: a training set and a testing set.