0
0
ML Pythonprogramming~5 mins

Types of ML (supervised, unsupervised, reinforcement) in ML Python - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is supervised learning in machine learning?
Supervised learning is a type of machine learning where the model learns from labeled data. It means the input data comes with the correct answers, so the model can learn to predict the output for new data.
Click to reveal answer
beginner
Define unsupervised learning.
Unsupervised learning is when the model learns from data without labels. It tries to find patterns or groups in the data on its own, like grouping similar items together.
Click to reveal answer
beginner
What is reinforcement learning?
Reinforcement learning is a type of learning where an agent learns by trying actions and getting rewards or penalties. It learns to make decisions to get the most reward over time.
Click to reveal answer
beginner
Give a real-life example of supervised learning.
An example is teaching a child to recognize fruits by showing pictures with names. The child learns to identify fruits because they have the correct labels.
Click to reveal answer
beginner
How does unsupervised learning differ from supervised learning?
Unsupervised learning uses data without answers and finds hidden patterns, while supervised learning uses data with answers to learn how to predict outcomes.
Click to reveal answer
Which type of machine learning uses labeled data to learn?
AReinforcement learning
BUnsupervised learning
CSupervised learning
DNone of the above
What does unsupervised learning mainly do?
APredict outcomes using labels
BFind patterns or groups in data without labels
CLearn by rewards and penalties
DUse labeled data to classify
In reinforcement learning, how does the agent learn?
ABy trying actions and receiving rewards or penalties
BBy grouping similar data points
CBy following a fixed set of rules
DBy memorizing data labels
Which of these is NOT a type of machine learning?
AManual learning
BSupervised learning
CReinforcement learning
DUnsupervised learning
Which type of learning would be best for grouping customers by buying habits without prior labels?
ANone of the above
BSupervised learning
CReinforcement learning
DUnsupervised learning
Explain the three main types of machine learning and give a simple example for each.
How does reinforcement learning differ from supervised and unsupervised learning in terms of feedback?