Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Decision Support and Business Intelligence
Quiz 6: Artificial Neural Networks for Data Mining
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
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.
Question 2
True/False
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 3
True/False
Neural network models are designed as exact replicas of how the human brain actually functions.
Question 4
True/False
Implementation of an ANN often requires interfaces with other computer-based information systems and user training.
Question 5
True/False
Parallel processing resembles the way the brain and conventional computing works.
Question 6
True/False
Typically,the input-output transformation process at the individual neuron level is performed in a linear fashion.
Question 7
True/False
Several types of data,such as text,pictures,and voice,can be used as inputs in network information processing.
Question 8
True/False
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 9
True/False
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 10
True/False
In network information processing,each input corresponds to one or two attributes.
Question 11
True/False
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 12
True/False
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 13
True/False
A general Hopfield network is a single large layer of neurons with total interconnectivity.
Question 14
True/False
The output of a network contains the solution to a problem.
Question 15
True/False
Each ANN is composed of a collection of neurons that are grouped into three types of layers: input,intermediate (or hidden),and output.
Question 16
True/False
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.