Machine learning is a subfield of artificial intelligence. Machine learning is basically an algorithm that can learn from the example data and can provide predictions based on that. Machine learning models learn the patterns from the data examples and use those learned patterns to make predictions for unseen data. For example, we feed many examples of spam and ham email messages to develop a machine learning model that can learn the patterns in emails and can classify new emails as spam or ham.
Learning about machine learning
Types of machine learning
There are three broad categories of machine learning, as follows:
- Supervised learning: Here, an algorithm is fed a set of inputs and their corresponding outputs. The algorithm...