Machine Learning
Machine Learning
1.Machine learning is divided into three main types: supervised learning, ___, and _____
learning.
2. In supervised learning, the model is trained using ____ data to make predictions.
Answer: neuron
4. The process of ____ in a learning system involves updating the model's parameters to
improve its performance.
Answer: training
5. One of the key issues in machine learning is the balance between bias and ____.
Answer: variance
7. The goal of concept learning is to infer a ____ based on positive and negative
examples.
Answer: hypothesis
Answer: Hypothesis
9. A maximally ____ hypothesis is the one that is specific enough to cover only positive
examples and exclude all negative ones.
Answer: specific
11. The ____ space in concept learning represents all the hypotheses consistent with
the training examples.
Answer: version
12. A ____ discriminant is used to classify data by separating it into different classes
using a linear function.
Answer: linear
13. The perceptron algorithm is a simple linear ____ used for binary classification tasks.
Answer: Classifier
14. Data is considered ____ separable if it can be divided by a single straight line or
hyperplane.
Answer: linearly
15. ____ regression is used to predict a continuous target variable by fitting a straight
line to the data.
Answer: Linear
16. The ____ method is used in linear regression to minimize the sum of squared errors
between observed and predicted values.
17. In linear discriminants, data points are classified by projecting them onto a ____.
Answer: Hyperplane
18. A perceptron updates its ____ based on the error between its predicted output and
the actual output.
Answer: Weights
19. ____ learning occurs without labeled data, where the model tries to learn the
structure or patterns within the input data.
20. The ____ of a machine learning system refers to its ability to perform well on unseen
or new data.
Answer: Generalization
21. The trade-off between ____and _______ is a common issue in machine learning
model design.
Answer: Target
23. A hypothesis is said to be ____ if it correctly classifies all the training examples.
Answer: Consistent
24. The ____ elimination algorithm refines the version space by progressively eliminating
inconsistent hypotheses.
Answer: Candidate
Answer: Learning
MULTIPLE CHOICE QUESTIONS
a) Supervised learning
b) Unsupervised learning
c) Reinforcement learning
d) Reactive learning
a) Feature
b) Label
c) Hidden node
d) Bias
Answer: b) Label
a) Genetic algorithms
b) Evolutionary computation
d) Decision trees
a) Clustering algorithm
b) Data acquisition and preprocessing
d) Heuristic search
6. Which issue arises when a model fits the training data too well but performs poorly on
unseen data?
a) Overfitting
b) Underfitting
c) Generalization
d) Linear separability
Answer: a) Overfitting
a) A data structure
b) A target concept
c) A clustering algorithm
d) An unsupervised pattern
a) Search tree
b) Hypothesis space
c) Decision matrix
d) Linear classifier
Answer: b) Hypothesis space
10. The most specific hypothesis in a concept learning task is the one that:
b) Covers all positive examples and excludes as many negative examples as possible
Answer: b) Covers all positive examples and excludes as many negative examples as
possible
11. The Candidate Elimination Algorithm works by maintaining which two boundaries?
a) Perform clustering
16. Which algorithm can be used to classify data that is linearly separable?
a) K-means clustering
b) Perceptron
c) Naive Bayes
Answer: b) Perceptron
a) Categorical values
b) Continuous values
20. A common method used in linear regression to optimize the model is:
a) Gradient Descent
b) Decision Trees
c) K-means Clustering
d) Perceptron
21. What does the perceptron learning rule update based on each mistake in
classification?
a) Bias term
b) Weights
c) Learning rate
d) Feature values
Answer: b) Weights
24. Which of the following is not typically a part of designing a learning system?
a) Data preprocessing
b) Selecting features