Advanced Concepts of Modeling in AI Objective

OBJECTIVE

Machine Learning MCQs

Machine Learning - MCQ Practice

1. Identify the model: Predicting whether a customer is eligible for a bank loan or not?

a. Classification
b. Regression
c. Both a. and b.
d. None of the above

2. Identify the model: Predicting weather for next 24 hours

a. Classification
b. Regression
c. Both a. and b.
d. None of the above

3. In which type of machine learning is the data labeled with the desired output?

a. Supervised Learning
b. Unsupervised Learning
c. Reinforcement Learning
d. Deep Learning

4. An email spam filter that learns to identify spam emails based on labeled examples is an application of:

a. Supervised Learning
b. Unsupervised Learning
c. Reinforcement Learning
d. Transfer Learning

5. A machine learning algorithm that groups similar customer purchases into clusters for recommendation systems uses:

a. Supervised Learning
b. Unsupervised Learning
c. Reinforcement Learning
d. Neural Networks

6. An AI agent playing a game and learning from its rewards and penalties is an example of:

a. Supervised Learning
b. Unsupervised Learning
c. Reinforcement Learning
d. Evolutionary Learning

7. Which of the following statements is NOT true about supervised learning?

a. Requires labeled data for training.
b. Used for classification and regression tasks.
c. Can be less efficient for large datasets.
d. Often used in image recognition applications.

8. In an unsupervised learning scenario, the goal is to:

a. Predict a specific output based on labeled data.
b. Identify patterns and relationships within unlabeled data.
c. Train an AI agent through rewards and penalties.
d. Develop complex neural network architectures.

9. Clustering algorithms are commonly used in unsupervised learning for:

a. Spam filtering
b. Image classification
c. Stock price prediction
d. Grouping similar data points

10. Reinforcement learning is particularly useful for scenarios where:

a. Large amounts of labeled data are available.
b. The desired outcome is clear, but the path to achieve it is unknown.
c. The data is structured and easily categorized.
d. The task requires reasoning and logical deduction.
Machine Learning MCQs (11–20)

Machine Learning - MCQ Practice (11–20)

11. Imagine an AI playing a game and learning to win by trial and error. This is an example of:

a. Supervised Learning
b. Unsupervised Learning
c. Reinforcement Learning
d. Natural Language Processing

12. Artificial neural networks are inspired by the structure and function of:

a. The human brain
b. Quantum computers
c. Complex mathematical models
d. High-speed processors

13. The process of adjusting the weights in a neural network to improve performance is called:

a. Activation
b. Learning
c. Optimization
d. Training

14. A neural network with multiple layers of interconnected neurons is called a:

a. Single-layer network
b. Deep Neural Network
c. Linear network
d. Perceptron

15. Neural networks are particularly well-suited for tasks involving:

a. Simple calculations and mathematical operations
b. Recognizing patterns in complex data like images and text
c. Performing logical deductions and reasoning tasks
d. Storing and retrieving large amounts of information

16. Training a neural network often requires:

a. A small set of labeled data samples
b. A significant amount of data and computational resources
c. A specific set of programming instructions
d. A human expert to guide the learning process

17. Assertion (A): Unsupervised Learning is a type of learning without any guidance.

Reasoning (R): Unsupervised learning models work on unlabeled datasets...

a. Both A and R are true and R is the correct explanation for A
b. Both A and R are true and R is not the correct explanation for A
c. A is True but R is False
d. A is false but R is True

18. Assertion (A): Information processing in a neural network relies on weights and biases assigned to nodes.

Reasoning (R): These weights and biases determine how strongly a node is influenced...

a. Both A and R are true and R is the correct explanation for A
b. Both A and R are true and R is not the correct explanation for A
c. A is True but R is False
d. A is false but R is True

19. In this learning model, the data set which is fed to the machine is labelled. Name the model.

Supervised Learning

20. Give 2 examples of Supervised Learning models.

a. Classification and Regression
b. Clustering and Dimensionality Reduction
c. Rule Based and Learning Based
d. Classification and Clustering
Machine Learning MCQs (21–35)

Machine Learning - MCQ Practice (21–35)

21. Statement1: There are four layers in a neural network.

Statement2: The first layer of the neural network is known as the output layer.

a. Both Statement1 and Statement2 are correct
b. Both Statement1 and Statement2 are incorrect
c. Statement1 is correct but Statement2 is incorrect
d. Statement2 is correct but Statement1 is incorrect

22. Which form of unsupervised learning does the following diagram indicate?

a. Clustering
b. Regression
c. Reinforcement learning
d. Classification

23. For Data Science, usually the data is collected in the form of tables. These tabular datasets can be stored in different formats. Which of the following formats is not used for storing data in a tabular format?

a. CSV
b. Website
c. SQL
d. Spreadsheet

24. Read the examples given below —

i. Using Chat GPT to write an email
ii. Face unlock technology of mobile phones using camera
iii. Turning off lights with IoT device
iv. Hand sanitizer dispenser having sensor

Choose the options that are not AI

a. i and ii
b. iii and i
c. iii and iv
d. i, iii and iv

25. Regression is one of the type of supervised learning model, where data is classified according to labels and data need not to be continuous. (True / False)

False

26. Aditi developed a chatbot that clarifies the doubts of Economics students. Identify the domain of AI in the given scenario.

a. Computer Vision
b. Data Science
c. Natural Language Processing
d. None of these

27. Which of the following applications is not associated with Natural Language Processing (NLP)?

a. Sentiment Analysis
b. Speech Recognition
c. Spam Filtering in emails
d. Stock Market Analysis

28. _________ helps to find the best model that represents our data and how well the chosen model will work in future.

Evaluation

29. Assertion (A): Neural networks are the backbone of deep learning algorithms

Reasoning (R): Neural networks use vast amounts of data

a. Both A and R are correct and R is the correct explanation of A
b. Both A and R are correct but R is NOT the correct explanation of A
c. A is correct but R is not correct
d. A is not correct but R is correct

30. Assertion (A): The term used to refer to the number of pixels in an image is resolution.

Reasoning (R): Resolution in an image denotes the total number of pixels it contains, usually represented as height x width.

a. Both A and R are true and R is the correct explanation for A.
b. Both A and R are true and R is not the correct explanation
c. A is true, but R is false
d. A is false, but R is true

31. It refers to the unsupervised learning algorithm which can cluster the unknown data according to the patterns or trends identified out of it.

a. Regression
b. Classification
c. Clustering
d. Dimensionality reduction

32. Infrared sanitizer dispenser example is an example of:

a. Automated machine
b. AI machine
c. Semi-automatic machine
d. Deep Learning machine

33. Google Translate uses —

a. 4w problem canvas
b. Neural Networks
c. KWLH chart
d. System maps

34. Predicting house price using labeled data is an example of —

a. Reinforcement learning
b. Supervised learning
c. Unsupervised learning
d. None of the above

35. Neural network layer analogy question —

a. Input Layer -> Data; Output layer -> Processing; Hidden Layer -> Answer
b. Input Layer -> Processing; Output layer -> Data; Hidden Layer -> Answer
c. Input Layer -> Answer; Output layer -> Processing; Hidden Layer -> Data
d. Input Layer -> Answer; Output layer -> Data; Hidden Layer -> Processing
Machine Learning MCQs (36–50)

Machine Learning - MCQ Practice (36–50)

36. Which of the following is the umbrella term that covers both Machine Learning and Deep Learning?

(a) Machine Learning
(b) Deep Learning
(c) Artificial Intelligence
(d) Data Science

37. What is the primary characteristic of a Supervised Learning model?

(a) It works on unlabeled data.
(b) It learns by trial and error based on a reward mechanism.
(c) It requires labeled data for training.
(d) It is based on a predefined set of rules.

38. Which type of AI model is based on rules and instructions defined by a developer?

(a) Learning-Based Approach
(b) Reinforcement Learning
(c) Unsupervised Learning
(d) Rule-Based Approach

39. A model that predicts a continuous value like temperature or price is a:

(a) Classification Model
(b) Regression Model
(c) Clustering Model
(d) Association Model

40. What is the main advantage of Neural Networks mentioned in the document?

(a) They are based on a simple decision tree approach.
(b) They require minimal data for training.
(c) They are able to automatically extract data features.
(d) They only work on numerical data.

41. The process of attaching meaning or tags to data is known as:

(a) Data Processing
(b) Data Mining
(c) Data Labeling
(d) Data Extraction

42. Which of the following is a subset of Machine Learning?

(a) Artificial Intelligence
(b) Supervised Learning
(c) Rule-Based Approach
(d) All of the above

43. In an Artificial Neural Network, which layer is responsible for processing the data using weights and biases?

(a) Input Layer
(b) Hidden Layer
(c) Output Layer
(d) All layers

45. A supermarket uses an AI model to group its customers based on their purchase history to send targeted offers. What kind of model is this?

(a) Supervised Learning
(b) Reinforcement Learning
(c) Classification
(d) Clustering

46. Which learning approach is characterized by machines learning from feedback in a trial-and-error method?

(a) Supervised Learning
(b) Unsupervised Learning
(c) Reinforcement Learning
(d) Classification

47. The core processing in an Artificial Neural Network occurs in which layer?

(a) Input Layer
(b) Hidden Layer
(c) Output Layer
(d) All layers

48. A model is trained to classify handwritten digits (0-9). This is an example of:

(a) Unsupervised Learning
(b) Regression
(c) Classification
(d) Clustering

49. Which of the following is a drawback of the Rule-Based Approach?

(a) It requires vast amounts of data.
(b) It is too complex to implement.
(c) The learning is static and does not adapt to changes.
(d) It cannot be used for chatbots.

50. In the context of data, what are "features"?

(a) Rows of a table
(b) The output of a model
(c) Columns of a table
(d) The final prediction
Machine Learning MCQs (51–65)

Machine Learning - MCQ Practice (51–65)

51. What is the difference between a training dataset and a testing dataset?

(a) Training data is unlabeled, while testing data is labeled.
(b) Training data is used to teach the model, and testing data is used to evaluate its accuracy.
(c) Training data contains only features, and testing data contains only labels.
(d) There is no difference; they are interchangeable.

52. A model that predicts whether an email is "spam" or "not spam" is a type of:

(a) Regression model
(b) Clustering model
(c) Classification model
(d) Association model

53. In the example of predicting a coin's currency based on its weight, what is the 'feature'?

(a) The weight
(b) The currency
(c) The coin's name
(d) The number of coins

54. An AI model that discovers patterns in an unlabeled dataset of dog images, such as clustering them by color or size, uses which approach?

(a) Supervised Learning
(b) Reinforcement Learning
(c) Unsupervised Learning
(d) Rule-Based Approach

55. Which of the following is a characteristic of a Learning-Based Approach?

(a) It is based on static rules.
(b) It learns from explicit programming.
(c) It adapts to changes in data.
(d) It does not require any data.

56. What is a "perceptron"?

(a) A type of neural network layer
(b) A machine learning algorithm
(c) A simplified model of how an AI makes a decision
(d) A type of data

57. Which type of model is used to predict a car's approximate selling price based on parameters like fuel type and years of service?

(a) Classification
(b) Regression
(c) Clustering
(d) Association

58. What is the role of the output layer in an Artificial Neural Network?

(a) To process data and pass it to the hidden layers.
(b) To perform calculations with weights and biases.
(c) To present the final processed data to the user.
(d) To acquire data and feed it to the network.

59. In the context of a supermarket, which unsupervised learning method would be used to find a relationship between customers buying bread and also buying butter?

(a) Classification
(b) Clustering
(c) Regression
(d) Association

60. Which type of learning is analogous to a child learning to swim on his own without a teacher?

(a) Supervised Learning
(b) Unsupervised Learning
(c) Reinforcement Learning
(d) Rule-Based Learning

61. What do you need to train a supervised learning model?

(a) Unlabeled data
(b) Only features
(c) Only labels
(d) Labeled data

62. What is the main drawback of a rule-based AI model?

(a) It is too expensive to implement.
(b) It fails to learn from its mistakes.
(c) It requires continuous human intervention.
(d) It can only handle a single type of data.

63. When an AI model trains itself to perform tasks with vast amounts of data, it falls under which category?

(a) Machine Learning
(b) Deep Learning
(c) Rule-Based Approach
(d) Supervised Learning

64. Which layer in an Artificial Neural Network does not perform any processing?

(a) Input layer
(b) Hidden layer
(c) Output layer
(d) Both (a) and (c)

65. Object classification in deep learning uses powerful algorithms to identify and label objects within:

(a) An image
(b) A spreadsheet
(c) A text document
(d) A database
Machine Learning MCQs (66–80)

Machine Learning - MCQ Practice (66–80)

66. The process of a neural network finding the right output by adjusting weights based on the error is known as:

(a) Trial and error
(b) Backpropagation
(c) Forward propagation
(d) Activation

67. What is the key difference between Clustering and Classification?

(a) Classification uses unlabeled data, while clustering uses labeled data.
(b) Classification assigns objects to predefined classes, while clustering finds similarities and groups objects.
(c) Classification is a supervised model, while clustering is a reinforcement model.
(d) Clustering requires more data than classification.

68. What is the goal of Reinforcement Learning?

(a) To identify relationships in unlabeled data.
(b) To predict a continuous value.
(c) To make a series of decisions that maximize a reward.
(d) To classify data into discrete categories.

69. Anomaly detection, such as flagging a sudden spike in a heart rate, is an example of which type of model?

(a) Classification
(b) Regression
(c) Machine Learning
(d) Reinforcement Learning

70. In the example of a spam email filter, what serves as the 'labels' during the training phase?

(a) The words in the email
(b) The sender's information
(c) The classification of emails as either "spam" or "legitimate"
(d) The email attachments

71. What is the purpose of a testing dataset?

(a) To train the model with new data.
(b) To check for errors in the code.
(c) To evaluate the accuracy of the trained model.
(d) To find hidden patterns.

72. Which of the following is an example of a Classification problem?

(a) Predicting the price of a house.
(b) Predicting the number of days a patient will stay in a hospital.
(c) Predicting whether a patient will have a short or long hospital stay.
(d) Predicting a city's average temperature for the next month.

73. What type of data is used for training a Regression model?

(a) Categorical data
(b) Discrete data
(c) Continuous data
(d) Unlabeled data

74. Which type of model is used by OTT platforms like Netflix to recommend movies based on a user's watch history?

(a) Supervised Learning
(b) Regression
(c) Clustering
(d) Reinforcement Learning

75. The structure of an Artificial Neural Network is inspired by:

(a) The human brain and nervous system
(b) The human digestive system
(c) A computer's hardware components
(d) A mathematical formula

76. In a supervised learning example, what does a model learn from the training data?

(a) To create new features
(b) To identify new patterns without guidance
(c) To apply the knowledge to test data
(d) To define the rules itself

77. Which of the following is a primary type of AI model mentioned in the document?

(a) Predictive-based
(b) Reward-based
(c) Learning-based
(d) Both (b) and (c)

78. What is a "label" in the context of data?

(a) A column of a table
(b) The name of the dataset
(c) A tag that gives meaning to data
(d) The algorithm used in the model

79. A Convolutional Neural Network (CNN) is a type of:

(a) Machine Learning model
(b) Rule-Based model
(c) Deep Learning algorithm
(d) Reinforcement Learning model

80. When a model predicts a discrete value, such as "hot" or "cold" weather, it is using a:

(a) Regression model
(b) Classification model
(c) Association model
(d) Clustering model

Leave a Reply

Your email address will not be published. Required fields are marked *

sign up!

We’ll send you the hottest deals straight to your inbox so you’re always in on the best-kept software secrets.