WorksheetsMachine Learning Types
Total questions: 18
Worksheet time: 9mins
What is the primary goal of supervised learning?
To maximize rewards through trial and error
To predict output based on labeled training data
To group similar objects into clusters
To find hidden patterns in unlabeled data
Which of the following is an example of regression in supervised learning?
Predicting the price of a house
Segmenting customers into groups
Classifying emails as spam or not spam
Finding relationships between items in a dataset
In supervised learning, what does the output variable Y represent?
The input data
The mapping function
The predicted output
The training data
What type of classification involves predicting more than one class for each input?
Multi-label classification
Imbalanced classification
Multi-class classification
Binary classification
Which algorithm is commonly used for clustering in unsupervised learning?
Logistic Regression
Random Forest
K-Means
Support Vector Machine
What is the main characteristic of reinforcement learning?
Learning by clustering data
Learning through trial and error
Learning without supervision
Learning from labeled data
Which of the following is NOT a type of regression?
Non-linear Regression
Simple Regression
Multiple Regression
Hierarchical Regression
What is the purpose of dimensionality reduction in unsupervised learning?
To simplify the dataset by reducing the number of variables
To increase the number of features
To classify data into categories
To predict continuous outcomes
In the context of classification, what does 'imbalanced classification' refer to?
Having equal representation of all classes
Having one class with significantly more examples than others
Classifying data into multiple labels
Using algorithms that balance the classes
Which of the following algorithms is used for association rule learning?
A-priori
K-Means
Linear Regression
Decision Trees
What is the main focus of clustering algorithms?
To predict numerical values
To maximize rewards
To group similar objects together
To classify data into predefined categories
What is the output of a binary classification task?
Clusters of similar data
Continuous values
Multiple classes
Two mutually exclusive categories
Which of the following is a characteristic of supervised learning?
No labeled data is used
Labeled data is provided for training
It focuses on finding hidden patterns
The model learns from feedback
What is the goal of regression analysis?
To classify data into categories
To predict a continuous numerical output
To group similar data points
To find relationships between categorical variables
Which of the following is an example of a reinforcement learning application?
Customer segmentation
Autonomous vehicles
Weather forecasting
Spam detection
What does the term 'multi-class classification' refer to?
Classifying data into two categories
Classifying data with overlapping labels
Classifying data into more than two categories
Classifying data with no labels
Which of the following is a common use case for unsupervised learning?
Spam detection
Predicting house prices
Email classification
Customer segmentation
What is the main objective of using algorithms like XGBoost in regression?
To find associations between items
To cluster similar data points
To predict continuous outcomes
To classify data into categories
