Machine Learning
- shivijain2003
- May 20, 2019
- 1 min read
Arthur Samuel was an American pioneer in the field of computer gaming and artificial intelligence. He coined the term "machine learning" Well, as the name suggests, machine learning is a technique in which we train a software model using data.
The model learns from the training cases and then we can use the trained model to make predictions for new data cases.
Machine learning can be of two major types:
1.Supervised
2.Unsupervised

Comments