NEW
Font size
WorksheetsExploring Machine Learning Concepts
Total questions: 15
Worksheet time: 15mins
Which of the following is a supervised learning algorithm?
Support Vector Machine
Principal Component Analysis
Linear Regression
K-Means Clustering
What is the primary goal of unsupervised learning?
To enhance the accuracy of labeled datasets.
To identify patterns or structures in data without labeled responses.
To classify data into predefined categories.
To predict future outcomes based on past data.
How do you evaluate the performance of a classification model?
Use only the training accuracy to evaluate performance.
Focus solely on the model's runtime efficiency.
Use metrics like accuracy, precision, recall, F1 score, and confusion matrix.
Ignore the confusion matrix and only consider ROC curves.
What is the difference between classification and regression tasks?
Classification requires more data than regression tasks.
Classification predicts numerical values; regression predicts categories.
Classification predicts categories; regression predicts continuous values.
Classification is used for time series; regression is for image analysis.
Which method is commonly used for statistical learning?
Data mining
Machine learning
Qualitative analysis
Regression analysis
What is a decision tree used for in machine learning?
A decision tree is primarily for data storage.
A decision tree is used for image processing tasks.
A decision tree is used for natural language generation.
A decision tree is used for classification and regression tasks in machine learning.
How does the k-nearest neighbors (KNN) algorithm work?
KNN classifies a data point based on the majority label of its k nearest neighbors.
KNN requires a predefined model to classify data points.
KNN uses a decision tree to classify data points.
KNN predicts a data point based on a weighted average of all data points.
What is the main purpose of linear regression?
To visualize data in a scatter plot.
To predict the value of a dependent variable based on the values of independent variables.
To determine the correlation between two variables.
To calculate the mean of a dataset.
How does logistic regression differ from linear regression?
Linear regression can only handle binary outcomes.
Logistic regression is used for time series forecasting.
Logistic regression predicts probabilities for categorical outcomes, while linear regression predicts continuous values.
Logistic regression requires normally distributed data.
What are bagging and boosting in the context of ensemble methods?
Bagging reduces variance by averaging multiple models, while boosting reduces bias by focusing on errors of previous models.
Bagging and boosting are both techniques that only focus on the best-performing model.
Bagging increases bias by averaging multiple models, while boosting increases variance by combining all models equally.
Bagging uses a single model to make predictions, while boosting uses multiple models without any focus on errors.
Which algorithm would you use for predicting a continuous outcome?
Classification algorithms
Clustering algorithms
Decision trees
Regression algorithms
What type of data is typically used in unsupervised learning?
Structured data
Labeled data
Unlabeled data
Supervised data
How can you assess the accuracy of a decision tree model?
Use cross-validation and performance metrics like accuracy, precision, recall, and F1 score.
Use only the training data for evaluation.
Assess the model based on visual inspection of the tree structure.
Ignore performance metrics and rely on expert opinion.
What is the significance of the training and testing datasets?
Training datasets are used for data storage only.
Testing datasets are used to create new models.
Both datasets are identical in purpose and function.
Training datasets help in model learning, while testing datasets assess model performance.
In KNN, what is the minimum value of K?
1
2
3.
4
