Deck 6: Artificial Neural Networks for Data Mining

Full screen (f)
exit full mode
Question
Supervised learning uses a set of inputs for which the desired outputs are known.For example,a dataset of loan applications with the success or failure of borrowers to repay their loans has a set of input parameters and known outputs.
Use Space or
up arrow
down arrow
to flip the card.
Question
Weights are crucial in network information processing because they store learned patterns of information; and it is through repeated adjustments of these weights that a network learns.
Question
Neural network models are designed as exact replicas of how the human brain actually functions.
Question
Implementation of an ANN often requires interfaces with other computer-based information systems and user training.
Question
Parallel processing resembles the way the brain and conventional computing works.
Question
Typically,the input-output transformation process at the individual neuron level is performed in a linear fashion.
Question
Several types of data,such as text,pictures,and voice,can be used as inputs in network information processing.
Question
In neural network,larger data sets increase processing time during training but improve the accuracy of the training and often lead to faster convergence to a good set of weights.
Question
Training of artificial neural networks is an iterative process and the iteration continues until the error sum is converged to below a preset accep level.
Question
In network information processing,each input corresponds to one or two attributes.
Question
In general,ANN are sui for problems whose inputs are both categorical and numeric,and where the relationships between inputs and outputs are linear or the input data are normally distributed.
Question
Minotaur was implemented to prevent fraud.In the first 3 months following installation of Minotaur,the average fraud loss per case was reduced by 40 percent.
Question
A general Hopfield network is a single large layer of neurons with total interconnectivity.
Question
The output of a network contains the solution to a problem.
Question
Each ANN is composed of a collection of neurons that are grouped into three types of layers: input,intermediate (or hidden),and output.
Question
A threshold value is a hurdle value for the output of a neuron to trigger the next level of neurons.If an output value is larger than the threshold value,it will not be passed to the next level of neurons.
Question
Neural networks have been used in finance,marketing,manufacturing,operations,and information systems and in many business applications for pattern recognition,forecasting,prediction,and classification.
Question
The human brain is composed of special cells called neurons.Neural networks are composed of interconnected processing elements called artificial neurons.
Question
The processing elements (PE)of an ANN are artificial neurons,which receive inputs,process them,and deliver outputs.
Question
The information processing in neural networks makes it attractive for solving complex problems.
Question
Sigmoid function is an S-shaped transfer function in the range of 0 to 1 and is also a useful ________ transfer function.

A) integer
B) binary
C) linear
D) nonlinear
Question
The way that information is processed by the neural network is a function of its ________.

A) composition
B) formation
C) structure
D) makeup
Question
________ is the most commonly used network paradigm.

A) Parallel processing
B) Processing element
C) Minotaur
D) Backpropagation
Question
Pioneers McCulloch and Pitts built their neural network model using a large number of interconnected ________ artificial neurons.

A) dual
B) binary
C) singular
D) serial
Question
An artificial neural network is composed of many interconnected ________.

A) artificial units
B) artificial cells
C) artificial neurons
D) artificial atoms
Question
There are about 50 to 150 billion neurons in the human brain and these neurons are partitioned into groups called ________.

A) teams
B) sects
C) groups
D) networks
Question
The ways neurons are organized are referred to as ________.

A) topologies
B) contour
C) formation
D) configuration
Question
Which of the following procedure is used to break datasets into different pairs of training and testing sets?

A) resampling
B) sampling
C) trial and error
D) random
Question
The summation function computes the ________ sums of all the input elements entering each processing element.

A) weighted
B) averaged
C) total
D) aggregated
Question
The backpropagation learning algorithm is an iterative ________ technique designed to minimize an error function between the actual output of the network and its desired output,as specified in the training set of data.

A) differential equation
B) binary search
C) gradient-descent
D) exact search
Question
In single,hidden-layer structured neural network,this hidden layer converts inputs into a ________ combination.

A) continuous
B) linear
C) nonlinear
D) nonstop
Question
Most implementations of the learning process in neural network include a counterbalancing parameter called ________ to provide a balance to the learning rate.

A) power
B) energy
C) force
D) momentum
Question
Which of the following is not a consideration in selecting a neural network structure?

A) Selection of a topology
B) Determination of input nodes
C) Determination of output nodes
D) Determination of weighting functions
Question
The connection weights express the ________ of the input data.

A) significance
B) value
C) mathematical value
D) worth
Question
Which of the following is the reason why neural networks have been applied in business classification problems?

A) Able to learn the data
B) Able to learn the models' nonparametric nature
C) Its ability to generalize
D) All of the above
Question
Learning algorithms specify the ________ by which a neural network learns the underlying relationship between input and outputs.

A) process
B) method
C) route
D) direction
Question
The output of neurons can be the final result or it can be ________ to other neurons.

A) sources
B) contributions
C) keys
D) inputs
Question
Which of the following is a trait of an artificial neural network?

A) Fault tolerance
B) Duplicate cell
C) Self-repaired
D) Memory less
Question
ANN can also be used as simple biological models to test ________ about biological neuronal information processing.

A) hypotheses
B) assumptions
C) theory
D) proposition
Question
Because of their ability to capture and represent highly complex relationships,a new and prosperous area of application for neural networks is in the field of ________.

A) health care and medicine
B) transportation and distribution
C) security
D) financial planning
Question
________ refers to a pattern recognition methodology for machine learning.
Question
In ________,the network is self-organizing; that is,it organizes itself internally so that each hidden processing element responds strategically to a different set of input stimuli.
Question
________ is the central processing portion of the biological neuron.
Question
A neural network is composed of processing elements organized in different ways to form the network's ________.
Question
A ________ is able to increase or decrease the strength of the connection from neuron to neuron.
Question
A(n)________ network represents a brain metaphor of information processing.
Question
________ value is a hurdle value for the output of a neuron to trigger the next level of neurons.
Question
In neural network,it is through repeated adjustments of ________ that the network learns.
Question
One popular approach,known as the feedforward-backpropagation paradigm,in organizing neurons,does not allow any ________ linkage.
Question
Each biological neuron possesses axons and ________,finger-like projections that enable the neuron to communicate with its neighboring neurons by transmitting and receiving electrical and chemical signals.
Question
There are several neural network paradigms,and one of the easiest ways to differentiate between the various models is on the basis of how these models structurally ________ the human brain.
Question
________ testing is used to comparing test results to historical results.
Question
A ________ is a layer of neurons that takes input from the previous layer and converts those inputs into outputs for further processing.
Question
The early neural network model is called ________.
Question
In a neural network,the knowledge is stored in the ________ associated with each connection between two neurons.
Question
When information is processed,many of the processing elements of neural network perform their computations at the same time,which is called ________ processing.
Question
The purpose of the neural network is to compute the ________ of the output.
Question
The ________ is the training procedure used by an artificial neural network.
Question
ANN stands for ________.
Question
The artificial neurons receive the information from external input stimuli,perform a ________ on the inputs,and then pass on external outputs.
Question
List the procedures of the learning algorithm.
Question
List the relationships between biological and artificial networks.
Question
Explain supervised and unsupervised learning modes of neural networks.
Question
List the usual process of general learning in neural network.
Question
Explain threshold value and its role in the network.
Question
Describe the five major concepts / components of neural network information processing.
Question
Briefly describe backpropagation.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/67
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 6: Artificial Neural Networks for Data Mining
1
Supervised learning uses a set of inputs for which the desired outputs are known.For example,a dataset of loan applications with the success or failure of borrowers to repay their loans has a set of input parameters and known outputs.
True
2
Weights are crucial in network information processing because they store learned patterns of information; and it is through repeated adjustments of these weights that a network learns.
True
3
Neural network models are designed as exact replicas of how the human brain actually functions.
False
4
Implementation of an ANN often requires interfaces with other computer-based information systems and user training.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
5
Parallel processing resembles the way the brain and conventional computing works.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
6
Typically,the input-output transformation process at the individual neuron level is performed in a linear fashion.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
7
Several types of data,such as text,pictures,and voice,can be used as inputs in network information processing.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
8
In neural network,larger data sets increase processing time during training but improve the accuracy of the training and often lead to faster convergence to a good set of weights.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
9
Training of artificial neural networks is an iterative process and the iteration continues until the error sum is converged to below a preset accep level.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
10
In network information processing,each input corresponds to one or two attributes.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
11
In general,ANN are sui for problems whose inputs are both categorical and numeric,and where the relationships between inputs and outputs are linear or the input data are normally distributed.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
12
Minotaur was implemented to prevent fraud.In the first 3 months following installation of Minotaur,the average fraud loss per case was reduced by 40 percent.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
13
A general Hopfield network is a single large layer of neurons with total interconnectivity.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
14
The output of a network contains the solution to a problem.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
15
Each ANN is composed of a collection of neurons that are grouped into three types of layers: input,intermediate (or hidden),and output.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
16
A threshold value is a hurdle value for the output of a neuron to trigger the next level of neurons.If an output value is larger than the threshold value,it will not be passed to the next level of neurons.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
17
Neural networks have been used in finance,marketing,manufacturing,operations,and information systems and in many business applications for pattern recognition,forecasting,prediction,and classification.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
18
The human brain is composed of special cells called neurons.Neural networks are composed of interconnected processing elements called artificial neurons.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
19
The processing elements (PE)of an ANN are artificial neurons,which receive inputs,process them,and deliver outputs.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
20
The information processing in neural networks makes it attractive for solving complex problems.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
21
Sigmoid function is an S-shaped transfer function in the range of 0 to 1 and is also a useful ________ transfer function.

A) integer
B) binary
C) linear
D) nonlinear
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
22
The way that information is processed by the neural network is a function of its ________.

A) composition
B) formation
C) structure
D) makeup
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
23
________ is the most commonly used network paradigm.

A) Parallel processing
B) Processing element
C) Minotaur
D) Backpropagation
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
24
Pioneers McCulloch and Pitts built their neural network model using a large number of interconnected ________ artificial neurons.

A) dual
B) binary
C) singular
D) serial
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
25
An artificial neural network is composed of many interconnected ________.

A) artificial units
B) artificial cells
C) artificial neurons
D) artificial atoms
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
26
There are about 50 to 150 billion neurons in the human brain and these neurons are partitioned into groups called ________.

A) teams
B) sects
C) groups
D) networks
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
27
The ways neurons are organized are referred to as ________.

A) topologies
B) contour
C) formation
D) configuration
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
28
Which of the following procedure is used to break datasets into different pairs of training and testing sets?

A) resampling
B) sampling
C) trial and error
D) random
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
29
The summation function computes the ________ sums of all the input elements entering each processing element.

A) weighted
B) averaged
C) total
D) aggregated
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
30
The backpropagation learning algorithm is an iterative ________ technique designed to minimize an error function between the actual output of the network and its desired output,as specified in the training set of data.

A) differential equation
B) binary search
C) gradient-descent
D) exact search
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
31
In single,hidden-layer structured neural network,this hidden layer converts inputs into a ________ combination.

A) continuous
B) linear
C) nonlinear
D) nonstop
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
32
Most implementations of the learning process in neural network include a counterbalancing parameter called ________ to provide a balance to the learning rate.

A) power
B) energy
C) force
D) momentum
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
33
Which of the following is not a consideration in selecting a neural network structure?

A) Selection of a topology
B) Determination of input nodes
C) Determination of output nodes
D) Determination of weighting functions
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
34
The connection weights express the ________ of the input data.

A) significance
B) value
C) mathematical value
D) worth
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
35
Which of the following is the reason why neural networks have been applied in business classification problems?

A) Able to learn the data
B) Able to learn the models' nonparametric nature
C) Its ability to generalize
D) All of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
36
Learning algorithms specify the ________ by which a neural network learns the underlying relationship between input and outputs.

A) process
B) method
C) route
D) direction
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
37
The output of neurons can be the final result or it can be ________ to other neurons.

A) sources
B) contributions
C) keys
D) inputs
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
38
Which of the following is a trait of an artificial neural network?

A) Fault tolerance
B) Duplicate cell
C) Self-repaired
D) Memory less
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
39
ANN can also be used as simple biological models to test ________ about biological neuronal information processing.

A) hypotheses
B) assumptions
C) theory
D) proposition
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
40
Because of their ability to capture and represent highly complex relationships,a new and prosperous area of application for neural networks is in the field of ________.

A) health care and medicine
B) transportation and distribution
C) security
D) financial planning
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
41
________ refers to a pattern recognition methodology for machine learning.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
42
In ________,the network is self-organizing; that is,it organizes itself internally so that each hidden processing element responds strategically to a different set of input stimuli.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
43
________ is the central processing portion of the biological neuron.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
44
A neural network is composed of processing elements organized in different ways to form the network's ________.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
45
A ________ is able to increase or decrease the strength of the connection from neuron to neuron.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
46
A(n)________ network represents a brain metaphor of information processing.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
47
________ value is a hurdle value for the output of a neuron to trigger the next level of neurons.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
48
In neural network,it is through repeated adjustments of ________ that the network learns.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
49
One popular approach,known as the feedforward-backpropagation paradigm,in organizing neurons,does not allow any ________ linkage.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
50
Each biological neuron possesses axons and ________,finger-like projections that enable the neuron to communicate with its neighboring neurons by transmitting and receiving electrical and chemical signals.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
51
There are several neural network paradigms,and one of the easiest ways to differentiate between the various models is on the basis of how these models structurally ________ the human brain.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
52
________ testing is used to comparing test results to historical results.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
53
A ________ is a layer of neurons that takes input from the previous layer and converts those inputs into outputs for further processing.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
54
The early neural network model is called ________.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
55
In a neural network,the knowledge is stored in the ________ associated with each connection between two neurons.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
56
When information is processed,many of the processing elements of neural network perform their computations at the same time,which is called ________ processing.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
57
The purpose of the neural network is to compute the ________ of the output.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
58
The ________ is the training procedure used by an artificial neural network.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
59
ANN stands for ________.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
60
The artificial neurons receive the information from external input stimuli,perform a ________ on the inputs,and then pass on external outputs.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
61
List the procedures of the learning algorithm.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
62
List the relationships between biological and artificial networks.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
63
Explain supervised and unsupervised learning modes of neural networks.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
64
List the usual process of general learning in neural network.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
65
Explain threshold value and its role in the network.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
66
Describe the five major concepts / components of neural network information processing.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
67
Briefly describe backpropagation.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 67 flashcards in this deck.