Supervised Learning and its widely used algorithm
Learn Supervised Learning in depth with its Algorithms.
What to you mean by Supervised Learning?
Let's say in general term Supervised means supervision, someone is looking after you.
Example : Teacher takes the responsibility to nurture a student overall performance when he/she is a kid.
Similarly, in Artificial Intelligence,
Supervised learning, in the context of artificial intelligence (AI) and machine learning, is a type of system in which both input and desired output data are provided.
Most widely used learning algorithms are:-
- Artificial neural network
- Backpropagation
- Gaussian process regression
- Genetic Programming
- Support Vector Machines
- linear regression
- logistic regression
- Naive Bayes
- k-nearest neighbor algorithm
- Neural Networks (Multilayer perceptron)
