Some commonly used machine learning terms explained.
(in plain English)

(in plain English)


Machine Learning
A subfield of Ai that enables computers to learn with the help of data and make decisions on its own.
(2 / 8)
A subfield of Ai that enables computers to learn with the help of data and make decisions on its own.
(2 / 8)
Supervised Learning
This is a machine learning technique wherein the dataset is pre-defined. The machine learning model knows what is looking at when it is learning from data.
For example: Classifying numbers from a dataset of labelled images of handwritten digits.
(3 / 8)
This is a machine learning technique wherein the dataset is pre-defined. The machine learning model knows what is looking at when it is learning from data.
For example: Classifying numbers from a dataset of labelled images of handwritten digits.
(3 / 8)
Unsupervised Learning
As the name suggests, this technique of machine learning is quite the opposite of supervised machine learning. Here the data is unlabelled.
Example: Recommendation systems, classifying people into different customer groups.
(4 / 8)
As the name suggests, this technique of machine learning is quite the opposite of supervised machine learning. Here the data is unlabelled.
Example: Recommendation systems, classifying people into different customer groups.
(4 / 8)
Reinforcement Learning
Here a model is trained based on the actions of an 'agent'. The agent explores its environment and gets points for doing the right thing and loses points when it does something wrong.
Example: A model learns to play games through trial and error
(5 / 8)
Here a model is trained based on the actions of an 'agent'. The agent explores its environment and gets points for doing the right thing and loses points when it does something wrong.
Example: A model learns to play games through trial and error
(5 / 8)
Classification
This technique comes under supervised learning, here we assign a label to an input. The output is typically a "yes" or a "no".
Example: Whether a given photo is of a Dog or a Cat.
(6 / 8)
This technique comes under supervised learning, here we assign a label to an input. The output is typically a "yes" or a "no".
Example: Whether a given photo is of a Dog or a Cat.
(6 / 8)
Regression
This is also a technique that comes under supervised machine learning. It is typically used to find the relation between given data that are related.
A common use case might include predicting the price of a house based on certain parameters.
(7 / 8)
This is also a technique that comes under supervised machine learning. It is typically used to find the relation between given data that are related.
A common use case might include predicting the price of a house based on certain parameters.
(7 / 8)