🌍 All Study Guides📊 Dashboard📰 Blog💡 About
IBM Applied AI to IBM AI Developer Professional Certificate • STUDY MODE

PRACTICE QUIZ

QUESTION 1 OF 22

Which of these statements is true?

A
Cognitive systems can derive mathematically precise answers following a rigid decision tree approach
B
Cognitive systems can learn from their successes and failuresCorrect Answer
C
Cognitive systems can only process neatly organized structured data
D
Cognitive systems can only translate small volumes of audio data into their literal text translations at massive speeds
Explanation:

Cognitive systems learn, adapt, and keep getting smarter by learning from their interactions with us and from their own successes and failures, just like humans do.

QUESTION 2 OF 22

Which of the following is NOT an attribute of Machine Learning?

A
Takes data and rules as input and uses these inputs to develop an algorithm that will give us an answerCorrect Answer
B
Machine Learning defines behavioral rules by comparing large data sets to find common patterns
C
Machine Learning models can be continuously trained
D
Takes data and answers as input and uses these inputs to create a set of rules that determine what the Machine Learning model will be
Explanation:

Machine Learning uses computer algorithms to analyze data and make intelligent decisions by defining behavioral rules based on what it has learned, without being explicitly programmed. These algorithms continue to learn on the job.

QUESTION 3 OF 22

Which of the following is NOT an attribute of Unsupervised Learning?

A
It is useful for clustering data, where data is grouped according to how similar it is to its neighbors and dissimilar to everything else
B
It is useful for finding hidden patterns and or groupings in data and can be used to differentiate normal behavior with outliers such as fraudulent activity
C
Takes data and rules as input and uses these inputs to develop an algorithm that will give us an answerCorrect Answer
D
The algorithm ingests unlabeled data, draws inferences, and finds patterns from unstructured data
Explanation:

This statement is not an attribute of either Machine Learning or Unsupervised Learning. Machine Learning techniques such as unsupervised learning are not fed rules. Rather they determine the rules from data.

QUESTION 4 OF 22

Which of the following is an attribute of Supervised Learning?

A
Relies on providing the machine learning algorithm with a set of rules and constraints and letting it learn how to achieve its goals
B
Relies on providing the machine learning algorithm human-labeled data - the more samples you provide, the more precise the algorithm becomes in classifying new dataCorrect Answer
C
Tries its best to maximize its rewards by trying different combinations of allowed actions within the provided constraints
D
Relies on providing the machine learning algorithm unlabeled data and letting the machine infer qualities
Explanation:

Supervised learning relies on giving the algorithm human-labeled data for training. The greater the number of samples that the algorithm is trained on, the greater is its precision in classifying new data.

QUESTION 5 OF 22

Which of the following statements about datasets used in Machine Learning is NOT true?

A
Validation data subset is used to validate results and fine-tune the algorithm)s parameters
B
Training subset is the data used to train the algorithm
C
Testing data is data the model has never seen before and is used to evaluate how good the model is
D
Training data is used to fine-tune algorithm’s parameters and evaluate how good the model isCorrect Answer
Explanation:

Training data is used to train the algorithm. It is the Validation data that is used to fine-tune algorithm’s parameters and evaluate how good the model is.

QUESTION 6 OF 22

When creating deep learning algorithms, developers configure the number of layers and the type of functions that connect the outputs of each layer to the inputs of the next.

A
TrueCorrect Answer
B
False
Explanation:

Deep Learning algorithms rely on several layers of processing units, or neurons, where each layer passes on its output to the next layer, which processes it and passes it onto the next. The number of layers and the types of functions that connect the outputs of each layer to the inputs of the next are configured by developers.

QUESTION 7 OF 22

Which of the following fields of application for AI can be used at the airport to flag weapons within luggage passing through the X-ray scanner?

A
Computer VisionCorrect Answer
B
Speech
C
Chatbots
D
Natural Language
Explanation:

Computer Vision enables machines to interpret digital images and video sequences and perform tasks like object identification.

QUESTION 8 OF 22

Which of these activities is NOT required in order for a neural network to synthesize human voice?

A
Continue to correct the sample and run it through the classifier, repetitively, till an accurate voice sample is created
B
Deconstruct sentences to decipher the context of useCorrect Answer
C
Generate audio data and run it through the network to see if it validates it as belonging to the subject
D
Ingest numerous samples of a person’s voice until it can tell whether a new voice sample belongs to the same person
Explanation:

The process of generating natural voice starts with a neural network ingesting samples of a person’s voice until it can tell whether a new voice sample belongs to the same person. Then, a second neural network generates audio data and runs it through the first network to see if it validates it as belonging to the subject, which it does till such time that it generates an accurate voice sample.

QUESTION 9 OF 22

Which one of these ways is NOT how AI learns?

A
Unsupervised Learning
B
Reinforcement Learning
C
Supervised Learning
D
Proactive LearningCorrect Answer
Explanation:

AI learns in three different ways - Supervised, Unsupervised, and Reinforcement Learning.

QUESTION 10 OF 22

Cognitive Systems can interpret data to generate hypotheses about what it means

A
TrueCorrect Answer
B
False
Explanation:

Cognitive systems use processes similar to the decision-making process of humans to interpret and generate hypotheses about the information they read.

QUESTION 11 OF 22

Is the following an application of Machine Learning and AI: A machine that beats human in a game in which all rules and moves have been pre-programmed into the machine - Yes or No?

A
Yes
B
NoCorrect Answer
Explanation:

Programming all rules and moves of a game is not a true application of AI, rather training the machine to learn from data and enabling it figure out the moves and strategies for winning is how Machine Learning works.

QUESTION 12 OF 22

Data Science is a subset of AI that uses machine learning algorithms to extract meaning and draw inferences from data.

A
True
B
FalseCorrect Answer
Explanation:

Data Science is an interdisciplinary field encompassing the entire data processing methodology. While it uses AI techniques to derive insight from data, it is NOT a subset of AI.

QUESTION 13 OF 22

Which of the following are attributes of Machine Learning?

A
Defines behavioral rules by comparing large data sets to find common patternsCorrect Answer
B
Machine learning algorithms can be continuously trained and used in the future to predict valuesCorrect Answer
C
Takes data and answers as input and use these inputs to create a set of rules that determine what the Machine Learning model will beCorrect Answer
D
In Machine Learning models, when we submit inputs, we get answers based on predefined rules
Explanation:

Machine learning uses computer algorithms to analyze large data sets to find common patterns and and define behavioral rules based on what it has learned. Explanation: Unlike traditional algorithms which give answers based on predetermined set of rules, machine learning algorithms analyze input data and desired results to define behavioral rules based on which desired results can be achieved. The model can be continuously trained with new data sets. Explanation: Machine learning analyzes input data and answers to determine the set of rules and create the learning algorithm.

QUESTION 14 OF 22

Which of the following are attributes of Classification?

A
Forms of classification include decision trees, support vector machines, logistic regression and random forestsCorrect Answer
B
Classification is the process of predicting the class of given data pointsCorrect Answer
C
Using classification models we extract features from data and classify results into multiple categoriesCorrect Answer
D
Classification models are built by looking at the relationships between features and results, where results are a continuous variable
Explanation:

Classification is the process of extracting features from data and classifying the results into one or more categories.

QUESTION 15 OF 22

Neural networks are the reason deep learning algorithms become more efficient as the datasets increase in volume.

A
TrueCorrect Answer
B
False
Explanation:

Neural networks are the reason deep learning algorithms can continuously learn on the job and improve the quality and accuracy of results as datasets increase in volume over time.

QUESTION 16 OF 22

Which of the following are attributes of Perceptrons?

A
Input layers forward the input values to the next layer by means of multiplying by a weight and summing the resultsCorrect Answer
B
Perceptrons are single-layered neural networks consisting of input nodes connected directly to an output nodeCorrect Answer
C
Each layer of neurons conducts a mathematical operation on the output of the previous layer
D
An activation function determines how a node responds to its inputsCorrect Answer
Explanation:

Perceptrons are single-layered neural networks consisting of input nodes connected directly to an output node. Input layers forward the input values to the next layer, by means of multiplying by a weight and summing the results. An activation function determines how a node responds to its inputs and is a critical component to the success of a neural network.

QUESTION 17 OF 22

Which of these is the most complex data for machine learning to work with?

A
Structured data
B
Big data
C
Natural LanguageCorrect Answer
D
Training data
Explanation:

Natural language is one of the most complex data for machine learning to work with. Natural language is highly contextualized, moreover humans view and use language conceptually rather than literally. Other types of data, be it auditory or visual data, have some form of discernible patterns, making it easier to work with than natural language.

QUESTION 18 OF 22

Which of the following is an attribute of Natural Language Processing (NLP)?

A
NLP systems can identify the emotion in which a word is spoken, for example, frustration, confusion, irritation, or fun etc.Correct Answer
B
NLP systems are provided recorded voice samples with corresponding text to help them discern common patterns
C
NLP systems can understand intentCorrect Answer
D
NLP systems use a broad array of linguistic models and algorithms to draw inferences from languageCorrect Answer
Explanation:

Natural Language Processing uses machine learning and deep learning algorithms to deconstruct sentences grammatically, relationally, and structurally, to understand a word)s semantic meaning and it)s context of use. NLP systems are also able to understand intent and emotion, by drawing inferences through a broad array of linguistic models and algorithms.

QUESTION 19 OF 22

In order for a self-driving vehicle to navigate accurately, it needs to piece together a complete view of its driving environment, which it does with the help of:

A
Laser dataCorrect Answer
B
Vision dataCorrect Answer
C
Radar dataCorrect Answer
D
Data Science
Explanation:

Self-driving vehicles fuse laser data, vision data, and radar data to create a three-dimensional view of their driving environment helping them make accurate decisions on the road.

QUESTION 20 OF 22

Which is the biggest limitation of human vision that computer vision can help make up for?

A
Gauging distance between objects
B
Visual Attention
C
Being able to predict in which direction objects are headedCorrect Answer
Explanation:

Visual attention is a limitation of human vision that computer vision can help makeup for. Human vision cannot attend to everything in its visual field, all at the same time, like computer vision can.

QUESTION 21 OF 22

Which of the following is NOT an attribute of Machine Learning? 

A
Takes data and rules as input and uses these inputs to develop an algorithm that will give us an answerCorrect Answer
B
Machine Learning defines behavioral rules by comparing large data sets to find common patterns
C
Machine Learning models can be continuously trained
D
Takes data and answers as input and uses these inputs to create a set of rules that determine what the Machine Learning model will be 
QUESTION 22 OF 22

Is the following an application of Machine Learning and AI: 

A
Yes
B
NoCorrect Answer

Ready to test your recall?

Which of these statements is true?

A
Cognitive systems can derive mathematically precise answers following a rigid decision tree approach
B
Cognitive systems can learn from their successes and failures
C
Cognitive systems can only process neatly organized structured data
D
Cognitive systems can only translate small volumes of audio data into their literal text translations at massive speeds

How confident are you in this answer?