Menu

Objective Type Questions & Answers


Machine Learning MCQs - Unit-1



1. Which of the following is not a type of machine learning?

A . Supervised Learning

B . Reinforcement Learning

C . Unsupervised Learning

D . Sequential Programming

Answer



2. In supervised learning, the training data consists of

A . Input-output pairs

B . Only input features

C . Only outputs

D . Random samples

Answer



3. Which ML type is used for clustering problems?

A . Supervised Learning

B . Reinforcement Learning

C . Unsupervised Learning

D . Deep Learning

Answer



4. Reinforcement learning is based on							

A . Error correction

B . Rewards and punishments

C . Data clustering

D . Linear regression

Answer



5. A neuron receives input through				

A . Axon

B . Synapse

C . Dendrites

D . Soma

Answer



6. The output of a biological neuron is transmitted through

A . Axon

B . Dendrite

C . Synapse only

D . Myelin

Answer



7. The activation function  in an artificial neuron mimics

A . Signal strength

B . Neuron firing threshold

C . Memory storage

D . Synaptic pruning

Answer



8. The main components of a learning system are

A . Performance element, critic, problem generator, learning element

B . Data, model, algorithm

C . CPU, memory, dataset

D . Input, output, loss function

Answer



9. A key issue in machine learning is

A . Bias-variance tradeoff

B . Overfitting

C . Underfitting

D . All of the above

Answer



10. Generalization in ML refers to

A . Remembering all training data

B . Fitting only training data

C . Increasing dataset size

D . Performing well on unseen data

Answer



11. The task of concept learning is to:						

A . Find the simplest hypothesis consistent with data

B . Memorize training data

C . Find the most complex model

D . Minimize memory usage

Answer



12. A hypothesis in ML refers to							

A . Assumed rule mapping inputs to outputs

B . Random guess

C . Fixed neural weight

D . Dataset

Answer



13. A maximally specific hypothesis means

A . Considers all possible generalizations

B . Ignores negative examples

C . Covers only observed positive examples

D . Is the most general hypothesis

Answer



14. The version space is defined as

A . All possible hypotheses

B . Set of hypotheses consistent with training examples

C . Hypotheses with minimum error

D . General hypotheses only

Answer



15. The Candidate Elimination Algorithm maintains

A . A single hypothesis

B . A boundary of most general and most specific hypotheses

C . Random models

D . Regression equations only

Answer



16. The perceptron learning rule updates weights based on

A . Gradient descent

B . Error correction

C . Randomization

D . Clustering

Answer



17. Which of the following cannot be learned by a perceptron?			

A . AND function

B . OR function

C . XOR function

D . Linearly separable data

Answer



18. Data is linearly separable if

A . More than one hyperplane exists

B . Only clusters are possible

C . A straight line can divide classes

D . Regression line can fit

Answer



19. The goal of linear regression is to

A . Minimize randomization

B . Maximize number of clusters

C . Classify categorical outputs

D . Minimize squared error between predicted and actual values

Answer



20. The line in simple linear regression is represented as

A . y = 1/x

B . y = ax² + bx + c

C . y = log(x)

D . y = mx + c

Answer



Fill in the Blanks


21. In supervised learning, the training set contains ____.

Answer


22. Unsupervised learning mainly deals with ____ problems.

Answer


23. Reinforcement learning uses ____ and ____for feedback.

Answer


24. The human brain contains billions of interconnected ____

Answer


25. Dendrites in a neuron receive_____

Answer


26. The ____ carries output signals away from the neuron.

Answer


27. The function that decides whether a neuron fires is called _____

Answer


28. The four components of a learning system are performance element, critic, problem generator, and ____

Answer


29. The issue of overfitting means the model ____ the training data too well but fails on new data.

Answer


30. Generalization in ML refers to good performance on ___ data.

Answer


31. The process of concept learning involves searching the ____ space.

Answer


32. A maximally specific hypothesis is consistent with only ____ examples.

Answer


33. A _____ space contains all hypotheses consistent with training data.

Answer


34. The Candidate Elimination Algorithm maintains the most general boundary (G) and the most _____ boundary(S).

Answer


35. The perceptron was introduced by_____in 1958.

Answer


36. The perceptron cannot solve the ___ problem since it is not linearly separable.

Answer


37. A dataset is linearly separable if a _____can separate the classes.

Answer


38. Linear regression minimizes the ___ of errors.

Answer


39. The equation of a straight line in regression is ___

Answer


40. Gradient descent is often used to minimize the _____function in regression.

Answer




Relevant Materials :

Machine Learning MCQs - Unit-1 - [ ML ]

Machine Learning MCQs - Unit-2 - [ ML ]


Similar Materials :

PPS MCQs - Unit-1 - [ PPS ]

PPS MCQs - Unit-2 - [ PPS ]

PPS MCQs - Unit-3 - [ PPS ]

Data Mining MCQs - Unit-1 - [ DM ]

Data Mining MCQs - Unit-2 - [ DM ]

Data Mining MCQs - Unit-3 - [ DM ]

Data Mining MCQs - Unit-4 - [ DM ]

Data Mining MCQs - Unit-5 - [ DM ]

Object Oriented Programming through Java MCQs - Unit-1 - [ OOP_JAVA ]

Object Oriented Programming through Java MCQs - Unit-2 - [ OOP_JAVA ]

Object Oriented Programming through Java MCQs - Unit-3 - [ OOP_JAVA ]

Object Oriented Programming through Java MCQs - Unit-4 - [ OOP_JAVA ]

Object Oriented Programming through Java MCQs - Unit-5 - [ OOP_JAVA ]

Database Management System Objective Type Question Bank-Unit-1 - [ DBMS ]

Database Management System Objective Type Question Bank-Unit-2 - [ DBMS ]

Database Management System Objective Type Question Bank-Unit-3 - [ DBMS ]

Database Management System Objective Type Question Bank-Unit-4 - [ DBMS ]

Database Management System Objective Type Question Bank-Unit-5 - [ DBMS ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-1 - [ COA ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-2 - [ COA ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-3 - [ COA ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-4 - [ COA ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-5 - [ COA ]

R - Programming MCQs - Unit-1 - [ R-Programming ]

R - Programming MCQs - Unit-2 - [ R-Programming ]

R - Programming MCQs - Unit-3 - [ R-Programming ]

R - Programming MCQs - Unit-4 - [ R-Programming ]

R - Programming MCQs - Unit-5 - [ R-Programming ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-1 - [ FLAT ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-2 - [ FLAT ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-3 - [ FLAT ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-4 - [ FLAT ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-5 - [ FLAT ]

Artificial Intelligence (AI) MCQs - Unit-1 - [ Artificial Intelligence ]

Artificial Intelligence (AI) MCQs - Unit-2 - [ Artificial Intelligence ]

Artificial Intelligence (AI) MCQs - Unit-3 - [ Artificial Intelligence ]

Artificial Intelligence (AI) MCQs - Unit-4 - [ Artificial Intelligence ]

Artificial Intelligence (AI) MCQs - Unit-5 - [ Artificial Intelligence ]

Design and Analysis of Algorithms MCQs - Unit-1 - [ DAA ]

Design and Analysis of Algorithms MCQs - Unit-2 - [ DAA ]

Design and Analysis of Algorithms MCQs - Unit-3 - [ DAA ]

Design and Analysis of Algorithms MCQs - Unit-4 - [ DAA ]

Design and Analysis of Algorithms MCQs - Unit-5 - [ DAA ]

Software Engineering MCQs - Unit-1 - [ SE ]

Software Engineering MCQs - Unit-2 - [ SE ]

Software Engineering MCQs - Unit-3 - [ SE ]

Software Engineering MCQs - Unit-4 - [ SE ]

Software Engineering MCQs - Unit-5 - [ SE ]

Data Structures Objective Type Question Bank-Unit-1 - [ DS ]

Data Structures Objective Type Question Bank-Unit-2 - [ DS ]