Supervised learning deals with learning function from available training data. A supervised learning algorithm analyzes the training data and produces an inferred function, which can be used for mapping new examples. Common examples of supervised learning include-
- Classify E-mail as spam
- Labeling webpages based on their content
- Voice recognition
There are many examples of supervised learning algorithms like SVMs (support vector machines), Naive Bayes classifiers, neural networks, and decision trees.
No comments:
Post a Comment