Supervised learning

What is Supervised learning?

Deep learning can be supervised, semi-supervised, or unsupervised. A supervised learning algorithm analyzes the training data and produces an inferred function, which can be used for mapping new examples.

In machine learning and (A.I.) artificial intelligence, supervised learning refers to a class of systems and algorithms that govern a predictive model using data points with known outcomes.  The model is learned by training through a proper learning algorithm (such as linear regression, random forests, or neural networks) that typically works through some optimization routine to minimize a loss or error function.

Supervised learning is the process of teaching a model by feeding it input data as well as correct output data. This input/output pair is usually referred to as “labeled data.” Think of a teacher who, knowing the correct answer, will either reward marks to or take marks from a student based on the correctness of her response to a question. Supervised learning is often used to create machine learning models for two types of problems.

  • Regression– The model finds outputs that are real variables (a number which can have decimals.)
  • Classification– The model finds classes in which to place its inputs.

Training, Test, and Validation

The initial step in the supervised learning process is to gather labeled training data. The label is the output and provides feedback for the algorithm. Provided enough data is available, the next step is to divide this labeled data into three sets: training, testing, and validation. The algorithm uses a training set to adjust the model to minimize the error.   An example the training set may contain a variety of animal pictures with a label associated with each picture, allowing the algorithm to compare the predicted label with the correct one.

Advertisements

The validation set is disjoint from the training set and allows one to independently measure the progress of the learning algorithm. This measure can be used to determine a cutoff point in the training algorithm to balance the accuracy of the learned model versus overfitting.

The test set is the final set and it is meant to be used only when the model has been found to be optimal on the validation set. This set provides a ‘real world’ evaluation of the model’s performance on never-before-seen data. Test data is a kind of ‘final exam’ for a model which has learned its training data effectively and can generalize to new data.

Supervised Learning vs Unsupervised Learning

If supervised learning may be compared to a teacher-student relationship, unsupervised learning can be thought of as how a child might learn language by independently finding structure from the given input.   No labels are supplied during training for unsupervised learning, and hence different learning algorithms are required.

Conclusion

Is your company in need of help? MV3 Marketing Agency has numerous Marketing experts ready to assist you with AI. Contact MV3 Marketing to jump-start your business.

« Back to Glossary Index