Font size
WorksheetsARTIFICIAL INTELLIGENCE (ROBOTICS 1)
Total questions: 67
Worksheet time: 1hrs 27mins
Which machine learning algorithm is best suited for predicting house prices?
K-Means Clustering
Linear Regression
Q-Learning
Principal Component Analysis
What is the primary goal of unsupervised learning?
Predicting labeled outputs
Discovering hidden patterns in unlabeled data
Maximizing rewards in an environment
Classifying data into predefined categories
In reinforcement learning, what does an agent learn to maximize?
Accuracy
Precision
Reward
F1-score
Which NLP technique breaks text into individual words or phrases?
Stemming
Tokenization
POS tagging
Sentiment analysis
What does 'semantics' refer to in language?
Sentence structure
Word meaning
Contextual usage
Pronunciation
Which machine learning application helps robots identify objects in their environment?
Motion planning
Object recognition
Clustering
Dimensionality reduction
Which NLP task analyzes the emotional tone of text?
Question answering
POS tagging
Sentiment analysis
Stemming
What does a Markov Decision Process (MDP) model?
Supervised classification
Unsupervised clustering
Reinforcement learning decision making
Text tokenization
Which machine learning algorithm can be used for both classification and regression?
K-Means
Linear Regression
Support Vector Machines
Q-learning
What is the goal of dimensionality reduction?
To increase the number of features
To reduce the number of features
To create new features
To label features
Which NLP application enables robots to understand spoken commands?
Sentiment analysis
Voice control
Question answering
POS tagging
What does 'pragmatics' study?
Word origins
Sentence grammar
Language use in context
Vocabulary size
Which machine learning technique helps robots plan a path to avoid obstacles?
Clustering
Object recognition
Motion planning
Sentiment analysis
What is the process of reducing words to their root form called?
Tokenization
Stemming
POS tagging
Parsing
Neural networks are commonly used in which type of learning?
Unsupervised learning
Supervised learning
Reinforcement learning
All of the above
Regression is used for predicting categorical outputs.
True
False
Clustering requires labeled data.
True
False
Q-learning agents learn through trial and error.
True
False
Tokenization is the process of assigning grammatical tags to words.
True
False
Syntax refers to the meaning of words.
True
False
Object recognition is a key application of machine learning in robotics.
True
False
Sentiment analysis is used to extract factual information from text.
True
False
MDPs are used in supervised learning.
True
False
SVMs are only used for classification.
True
False
Dimensionality reduction always improves model accuracy.
True
False
Voice control relies on NLP.
True
False
Semantics is the study of language structure.
True
False
Motion planning uses reinforcement learning.
True
False
Stemming improves text understanding by preserving word variations.
True
False
Neural networks are not used in unsupervised learning.
True
False
(a) learning uses labeled data to train a model.
(a) is a technique used to group similar data points together.
(a) is a reinforcement learning algorithm that learns an action-value function.
(a) is the process of breaking text into individual units.
(a) is the study of language meaning.
_________ helps robots identify objects in their environment.
_________ is used to determine the emotional tone of text.
(a) models decision making in uncertain environments.
(a) is used for both classification and regression.
_________ reduces the number of features in a dataset.
(a) enables robots to understand spoken commands.
(a) studies language use in context.
(a) algorithms help robots plan paths.
(a) reduces words to their root form.
(a) can be used in both supervised and unsupervised learning.
Analysis: A robot is trained to identify different types of tools in a workshop. It performs well on the training data but struggles with tools that are slightly different in appearance. Which aspect of supervised learning is most likely the cause?
Overfitting
Underfitting
Incorrect feature selection
Inadequate training data size
Analysis: In a clustering task, the K-means algorithm is used. If the initial centroids are poorly chosen, what potential issue might arise?
The algorithm will not converge.
The algorithm will produce suboptimal clusters.
The algorithm will require excessive computational resources.
The algorithm will fail to assign all data points to clusters.
Analysis: A reinforcement learning agent is tasked with navigating a maze. It consistently takes a longer path to the goal despite receiving a reward for reaching it. What is the most probable reason?
The discount factor is too high.
The learning rate is too low.
The reward function is not properly defined.
The agent is exploring too much.
Analysis: An object recognition system in a robotic arm struggles to differentiate between a wrench and a plier. Which aspect of the object recognition process requires improvement?
Image preprocessing
Feature extraction
Classification model
Sensor calibration
Analysis: A sentence like 'Time flies like an arrow' can have multiple interpretations. Which aspect of language understanding is most relevant to resolving this ambiguity?
Syntax
Semantics
Pragmatics
Tokenization
Analysis: A text processing system incorrectly tags the word 'bank' as a financial institution in the sentence 'The river bank was flooded.' What is the primary cause of this error?
Incorrect stemming
Poor tokenization
Lack of contextual understanding
Inadequate POS tagging rules
Analysis: A sentiment analysis model classifies a sarcastic tweet as positive. What is the key challenge the model faces in this scenario?
Handling complex syntax
Understanding implied meaning
Processing large datasets
Performing accurate tokenization
Analysis: A question-answering system fails to provide a correct answer to a question that requires reasoning across multiple sentences in a document. What is the most likely limitation?
Inefficient search algorithm
Inadequate knowledge base
Poor language parsing
Lack of contextual inference
Analysis: A voice-controlled robot misinterprets the command 'turn right' when the user speaks with a heavy accent. What aspect of NLP needs improvement?
Text-to-speech conversion
Speech recognition
Semantic analysis
Syntactic parsing
Analysis: A robot is trained to understand and respond to human emotions based on text messages. It frequently misinterprets neutral messages as negative. What is the likely cause?
Poor data preprocessing
Biased training data
Inefficient classification algorithm
Insufficient computational power
Application: Which machine learning algorithm would be most suitable for predicting the fuel consumption of a robot based on its speed and weight?
K-Means clustering
Linear Regression
Q-learning
Principal Component Analysis
Application: A robot needs to sort objects into different categories based on their shapes and sizes. Which machine learning technique would be most appropriate?
Reinforcement learning
Classification using a Neural Network
Dimensionality reduction
Markov Decision Processes
Application: A robot is learning to navigate an unknown environment by trial and error. Which machine learning approach would be most effective?
Support Vector Machines
Clustering
Reinforcement learning
Regression
Application: Which computer vision technique, enabled by machine learning, is essential for a robot to identify and locate objects in its environment?
Motion planning
Dimensionality reduction
Object recognition
Sentiment analysis
Application: A robot needs to understand and respond to complex human commands like "Find the red tool and bring it to me." Which NLP technique is crucial for this task? a) Stemming b) Tokenization c) Semantic analysis d) Part-of-speech tagging
Stemming
Tokenization
Semantic analysis
Part-of-speech tagging
Application: A customer service chatbot needs to analyze customer reviews to identify common complaints and suggestions. Which NLP application is most relevant? a) Question answering b) Sentiment analysis c) Voice control d) Syntax parsing
Sentiment analysis
Question answering
Syntax parsing
Voice control
Application: A robot is designed to assist elderly individuals by understanding and responding to their spoken requests. Which NLP feature is essential for this application?
Tokenization
Stemming
Voice contro
Dimensionality reduction
Application: A robot needs to summarize lengthy technical documents into concise reports. Which NLP task is most relevant?
Question answering
Text summarization (using techniques related to NLU)
Clustering
Part-of-speech tagging
Application: A robot is used in a search and rescue operation to analyze text messages and social media posts for information about survivors. Which NLP application is critical?
Object recognition
Sentiment analysis and information extraction
Dimensionality reduction
Motion planning
65. Application: A robot is designed to interact with children and tell stories based on their questions. Which NLP feature is most important? a) Syntax parsing b) Question answering and natural language generation c) Stemming d) Tokenization
Question answering and natural language generation
Stemming
Tokenization
Syntax parsing
Describe the role of machine learning and NLP in developing intelligent robots, providing examples of their applications and considering future societal implications.
Full Name of your Instructor in this subject.
(a)
