0% found this document useful (0 votes)
36 views4 pages

Assignment 11 Day 19 (Macchine Learning Assignment) Sandip Kendre

Assignment 11

Uploaded by

yykarkare
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views4 pages

Assignment 11 Day 19 (Macchine Learning Assignment) Sandip Kendre

Assignment 11

Uploaded by

yykarkare
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Day 11 (Machine Learning)

Q1. Multiple Choice Questions on Machine Learning

1. What is the main goal of supervised learning?

A) Discover hidden patterns in data

B) Train a model using labeled data

C) Reduce the dimensionality of data

D) Generate new data samples

2. Which of the following is an example of unsupervised learning?

A) Linear regression

B) K-Means clustering

C) Decision trees

D) Support vector machines

3. What is the purpose of a cost function in machine learning?

A) To increase the accuracy of predictions

B) To measure the performance of a model

C) To initialize weights in neural networks

D) To split data into training and testing sets

4. Which of these is a supervised learning algorithm?

A) Principal Component Analysis (PCA)

B) K-Means

C) Logistic Regression

D) t-SNE

5. Which algorithm is best suited for classification problems?

A) Linear regression

B) Decision trees
C) PCA

D) K-Means

6. What type of algorithm is Naive Bayes?

A) Regression

B) Clustering

C) Probabilistic

D) Dimensionality reduction

7. Which algorithm uses a tree-like structure to make decisions?

A) SVM

B) Decision Trees

C) Logistic Regression

D) Neural Networks

8. Which algorithm is used for dimensionality reduction?

A) Linear regression

B) Random forest

C) PCA

D) Logistic regression

9. What is the primary use of gradient descent in machine learning?

A) Reduce dimensionality of data

B) Optimize the cost function

C) Split data into train/test sets

D) Visualize data clusters

10. What type of learning involves rewards and penalties?

A) Supervised learning

B) Unsupervised learning
C) Reinforcement learning

D) Semi-supervised learning

11. What is the key characteristic of ensemble methods?

A) Use a single model for predictions

B) Combine multiple models to improve accuracy

C) Reduce the number of features

D) Perform unsupervised learning

12. What is the primary output of a regression model?

A) Probabilities

B) Categories

C) Continuous values

D) Clusters

13. Which machine learning model is best suited for text classification tasks?

A) Naive Bayes

B) K-Means

C) Linear Regression

D) PCA

14. What is the goal of clustering algorithms?

A) Predict the output of new data

B) Discover groups in data

C) Reduce dimensions

D) Perform classification

15. What is the purpose of the activation function in a neural network?

A) Reduce overfitting

B) Introduce non-linearity
C) Increase dimensionality

D) Reduce the number of features

16. Which of the following is an unsupervised anomaly detection method?

A) Isolation Forest

B) Logistic Regression

C) Decision Trees

D) Naive Bayes

17. Which algorithm is best for predicting binary outcomes?

A) Linear Regression

B) Logistic Regression

C) PCA

D) KNN

18. What is an example of reinforcement learning?

A) Spam detection

B) Chess-playing AI

C) Clustering documents

D) Dimensionality reduction

You might also like