Deck 6: Deep Learning and Cognitive Computing
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/56
Play
Full screen (f)
Deck 6: Deep Learning and Cognitive Computing
1
In the opening vignette, banks had begun to use deep learning to provide more accurate recognition of fraud.
True
2
Deep learning is a separate branch of science from AI.
False
3
Structured, human-mediated machine-learning approaches have been working fine for rather abstract and formal tasks.
True
4
The initial idea for deep learning began in 2013.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
5
In artificial neurons weight terms are adjustable but biased terms are fixed.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
6
Deep neural networks are referred to as "deep" because they are primarily used to evaluate significant philosophical issues.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
7
The growth in the use of deep neural networks has been spurred by advancements in GPU hardware technology.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
8
Feedforward models only allow a single feedback connection.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
9
CNNs are only applicable to image data sets.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
10
ANN are capable of solving complex problems and provide detailed explanations of their capabilities.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
11
Convolution layers are often followed by a pooling layer.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
12
Deep MLP and convolutional networks are specialized for processing a sequential grid of values.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
13
RNN basically models a dynamic system.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
14
In Caffe, everything is done using text files instead of code.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
15
Theano is a Java library developed by the Deep Learning Group at the University of Montreal.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
16
In the opening vignette, the results did not include:
A) elimination of fraud completely at 15% of branches.
B) reduction in false positives by 60%.
C) increase in true positives by 50%.
D) resources focused on actual cases of fraud.
A) elimination of fraud completely at 15% of branches.
B) reduction in false positives by 60%.
C) increase in true positives by 50%.
D) resources focused on actual cases of fraud.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
17
What factors are not allowing banks to use more advanced AI based fraud detection systems?
A) evolving new learning systems enabled by AI
B) hardware and processors becoming more powerful
C) specialized algorithms becoming available
D) easy access to development capital
A) evolving new learning systems enabled by AI
B) hardware and processors becoming more powerful
C) specialized algorithms becoming available
D) easy access to development capital
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
18
Which type of learning system is represented by the following process: input - manually created representation - output?
A) knowledge-based systems
B) classic machine learning
C) generic representation learning
D) deep learning
A) knowledge-based systems
B) classic machine learning
C) generic representation learning
D) deep learning
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
19
Which type of learning system is represented by the following process: input - simple features - more advanced features - mapping from features - output?
A) knowledge-based systems
B) classic machine learning.
C) generic representation learning
D) deep learning
A) knowledge-based systems
B) classic machine learning.
C) generic representation learning
D) deep learning
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
20
Which type of a and a transfer function is described: operation increases in a line based on condition using an operation such as a=n.
A) hard limit
B) linear
C) log sigmoid
D) positive linear
A) hard limit
B) linear
C) log sigmoid
D) positive linear
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
21
Which type of a and a transfer function is described: operation increases in a line based on condition, but only after a minimum is met using an operation such as a=n if n>0, or a=0 if n<0.
A) hard limit
B) linear
C) log sigmoid
D) positive linear
A) hard limit
B) linear
C) log sigmoid
D) positive linear
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
22
Sensitivity analysis is a method for extracting the what among the inputs and the outputs of a trained neural network model?
A) underlying constraints
B) cause-and-effect relationships
C) bias
D) detailed quantitative predictive models
A) underlying constraints
B) cause-and-effect relationships
C) bias
D) detailed quantitative predictive models
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
23
Which of the following does not describe a deep feedforward network?
A) most general type of deep network
B) many layers of neurons
C) network elements are significantly different than ANN models
D) tensors are handled as input
A) most general type of deep network
B) many layers of neurons
C) network elements are significantly different than ANN models
D) tensors are handled as input
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
24
Which type of neural network is characterized by allowing feedback connections?
A) deep feedforward network
B) feedforward network
C) recurrent neural network
D) none of these
A) deep feedforward network
B) feedforward network
C) recurrent neural network
D) none of these
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
25
Why is pretraining a deep MLP network appropriate?
A) increases the chances of a global optimum being reached
B) is necessary always necessary for this type of network
C) increases duration before global optimum is reached
D) none of these
A) increases the chances of a global optimum being reached
B) is necessary always necessary for this type of network
C) increases duration before global optimum is reached
D) none of these
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
26
What concept do CNN's use to avoid large numbers of weight parameters being defined and trained?
A) convolutional theory
B) parameter sharing
C) filtering
D) all of these
A) convolutional theory
B) parameter sharing
C) filtering
D) all of these
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
27
Real applications of deep learning in general and CNN's in particular highly depend on the availability of:
A) large, unsorted data sets.
B) small, unsorted data sets.
C) large, annotated data sets.
D) small, annotated data sets.
A) large, unsorted data sets.
B) small, unsorted data sets.
C) large, annotated data sets.
D) small, annotated data sets.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
28
Who published a weekly supervised training image recognition deep learning project in May 2018?
A) IBM
B) Google
C) Adobe
D) Facebook
A) IBM
B) Google
C) Adobe
D) Facebook
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
29
LSTM networks are typically not used for what type of data?
A) handwriting recognition
B) speech recognition
C) image recognition
D) machine translation
A) handwriting recognition
B) speech recognition
C) image recognition
D) machine translation
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
30
Which deep learning framework supports TPUs?
A) Torch
B) Caffe
C) TensorFlow
D) Theano
A) Torch
B) Caffe
C) TensorFlow
D) Theano
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
31
Which deep learning framework adds support to the LuaJIT library?
A) Torch
B) Caffe
C) TensorFlow
D) Theano
A) Torch
B) Caffe
C) TensorFlow
D) Theano
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
32
Which deep learning framework is particularly known to be an efficient framework for image processing due to incredible speed in processing image files?
A) Torch
B) Caffe
C) TensorFlow
D) Theano
A) Torch
B) Caffe
C) TensorFlow
D) Theano
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
33
Machine learning is a subset of ________.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
34
Large ________ have greatly compensated for the lack of intimate knowledge and reduced the level of skill needed for implementing deep neural networks.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
35
As it is being practiced today, ________ seems to be nothing but an extension of neural networks with the idea that deep learning is able to deal with more complicated tasks with a higher level of sophistication.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
36
Typically, a neuron has more than ________ input.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
37
Deep belief networks (DBNs) is a(n) ________ pretraining deep learning methods.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
38
Generally, a ________ order of layers has to be held between the input and the output layers in the MLP-type network architecture.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
39
A convolution layer is followed by a pooling layer, also know them as a ________ layer.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
40
________ has driven many deep learning-based text mining projects in a wide range of contexts.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
41
The ________ is caused by very small derivatives of sigmoid functions in some regions of the images.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
42
________ uses deep learning artificial neural network algorithms (along with other AI techniques) to deliver information about the images captured by users from their nearby objects.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
43
Human thinking and understanding to a great extent relies on ________.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
44
________ refers to a subfield of AI that employs computer programs to translate speech or text from one language to another.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
45
________ is an open-source neural network library that functions as a high-level application programming interface (API).
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
46
To program GPUs, the ________ language is utilized.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
47
Cognitive computing is often used interchangeably with ________, the umbrella term used for technologies that rely on data and scientific methods/computations to make (or help/support in making) decisions.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
48
What are the key attributes of cognitive computing systems?
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
49
Describe the framework of DeepQA used by IBM's Watson.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
50
Create a diagram that describes how deep learning is aligned with representation learning, machine learning and artificial intelligence.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
51
Describe the nine steps in the development process for an ANN application.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
52
What are the five steps in the backpropagation learning algorithm?
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
53
Define the term sensitivity analysis as it relates to ANNs.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
54
Describe an MLP deep network. Why are these labeled as feedforward networks?
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
55
Select and discuss a computer framework for implementing deep learning. Make sure to discuss its origin hardware targets and popular implementations.
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck
56
What is Keras, and how is it different from the other frameworks?
Unlock Deck
Unlock for access to all 56 flashcards in this deck.
Unlock Deck
k this deck