Deck 6: Techniques for Predictive Modeling

Full screen (f)
exit full mode
Question
In the mining industry case study, the input to the neural network is a verbal description of a hanging rock on the mine wall.
Use Space or
up arrow
down arrow
to flip the card.
Question
The task undertaken by a neural network does not affect the architecture of the neural network; in other words, architectures are problem-independent.
Question
The k-nearest neighbor algorithm is overly complex when compared to artificial neural networks and support vector machines.
Question
Neural networks are called "black boxes" due to the lack of ability to explain their reasoning.
Question
In the Coors case study, genetic algorithms were of little use in solving the flavor prediction problem.
Question
Using support vector machines, you must normalize the data before you numericize it.
Question
In the opening vignette, the high accuracy of the models in predicting the outcomes of complex medical procedures showed that data mining tools are ready to replace experts in the medical field.
Question
Compared to the human brain, artificial neural networks have many more neurons.
Question
In the Coors case study, a neural network was used to more skillfully identify which beer flavors could be predicted.
Question
Though useful in business applications, neural networks are a rough, inexact model of how the brain works, not a precise replica.
Question
The network topology that allows only one-way links between layers, with no feedback linkage permitted, is known as backpropagation.
Question
The k-nearest neighbor algorithm appears well-suited to solving image recognition and categorization problems.
Question
Unlike other "black box" predictive models, support vector machines have a solid mathematical foundation in statistics.
Question
No matter the topology or architecture of a neural network, they all use the same algorithm to adjust weights during training.
Question
The most complex problems solved by neural networks require one or more hidden layers for increased accuracy.
Question
The use of hidden layers and new topologies and algorithms renewed waning interest in neural networks.
Question
In the student retention case study, support vector machines used in prediction had proportionally more true positives than true negatives.
Question
With a neural network, outputs are attributes of the problem while inputs are potential solutions to the problem.
Question
Generally speaking, support vector machines are less accurate a prediction method than other approaches such as decision trees and neural networks.
Question
Prior to starting the development of a neural network, developers must carry out a requirements analysis.
Question
When using support vector machines, in which stage do you select the kernel type (e.g., RBF, Sigmoid)?

A) preprocessing the data
B) developing the model
C) experimentation
D) deploying the model
Question
Which element in an artificial neural network roughly corresponds to a dendrite in a human brain?

A) node
B) input
C) output
D) weight
Question
What is a major drawback to the basic majority voting classification in kNN?

A) It requires frequent human subjective input during computation.
B) Classes that are more clustered tend to dominate prediction.
C) Even the naive version of the algorithm is hard to implement.
D) Classes with more frequent examples tend to dominate prediction.
Question
Using the k-nearest neighbor machine learning algorithm for classification, larger values of k

A) sharpen the distinction between classes.
B) reduce the effect of noise on the classification.
C) increase the effect of noise on the classification.
D) do not change the effect of noise on the classification.
Question
For how long do SVM models continue to be accurate and actionable?

A) for as long as the developers stay with the firm
B) for as long as management support continues to exist for the project
C) for as long as you choose to use them
D) for as long as the behavior of the domain stays the same
Question
In the student retention case study, which of the following variables was MOST important in determining whether a student dropped out of college?

A) high school GPA and SAT high score math
B) college and major
C) completed credit hours and hours enrolled
D) marital status and hours enrolled
Question
Why is sensitivity analysis frequently used for artificial neural networks?

A) because it is required by all major artificial neural networks
B) because some consequences of mistakes by the network might be fatal, so justification may matter
C) because it is generally informative, although it cannot help to identify cause-and-effect relationships among variables
D) because it provides a complete description of the inner workings of the artificial neural network
Question
Which element in an artificial neural network roughly corresponds to a synapse in a human brain?

A) node
B) input
C) output
D) weight
Question
Neural networks have been described as "biologically inspired." What does this mean?

A) They are faithful to the entire process of computation in the human brain.
B) They were created to look identical to human brains.
C) They crudely model the biological makeup of the human brain.
D) They have the power to undertake every task the human brain can.
Question
Support vector machines are a popular machine learning technique primarily because of

A) their relative cost and superior predictive power.
B) their superior predictive power and their theoretical foundation.
C) their relative cost and relative ease of use.
D) their high effectiveness in the very few areas where they can be used.
Question
When using support vector machines, in which stage do you transform the data?

A) preprocessing the data
B) developing the model
C) experimentation
D) deploying the model
Question
In developing an artificial neural network, all of the following are important reasons to pre-select the network architecture and learning method EXCEPT

A) some configurations have better success than others with specific problems.
B) development personnel may be more experienced with certain architectures.
C) most neural networks need special purpose hardware, which may be absent.
D) some neural network software may not be available in the organization.
Question
In the opening vignette, predictive modeling is described as

A) estimating the future using the past.
B) not yet accepted in the business world.
C) the least practiced branch of data mining.
D) unable to handle complex predictive problems.
Question
The k-nearest neighbor machine learning algorithm (kNN) is

A) highly mathematical and computationally intensive.
B) a method that has little in common with regression.
C) regarded as a "lazy" learning method.
D) very complex in its inner workings.
Question
Backpropagation learning algorithms for neural networks are

A) the least popular algorithm due to their inaccuracy.
B) used without hidden layers for effectiveness.
C) used without a training set of data.
D) required to have error tolerance set in advance.
Question
All of the following are disadvantages/limitations of the SVM technique EXCEPT

A) model building involves complex and time-demanding calculations.
B) selection of the kernel type and kernel function parameters is difficult.
C) they have high algorithmic complexity and extensive memory requirements for complex tasks.
D) their accuracy is poor in many domains compared to neural networks.
Question
In the Coors case study, why was a genetic algorithm paired with neural networks in the prediction of beer flavors?

A) to replace the neural network in harder cases
B) to complement the neural network by reducing the error term
C) to enhance the neural network by pre-selecting output classes for the neural network
D) to best model how the flavor of beer evolves as it ages
Question
In the student retention case study, of the four data mining methods used, which was the most accurate?

A) ANN
B) DT(C5)
C) SVM
D) LR
Question
All the following statements about hidden layers in artificial neural networks are true EXCEPT

A) hidden layers are not direct inputs or outputs.
B) more hidden layers increase required computation exponentially.
C) many top commercial ANNs forgo hidden layers completely.
D) more hidden layers include many more weights.
Question
In the opening vignette, which method was the best in both accuracy of predicted outcomes and sensitivity?

A) ANN
B) CART
C) C5
D) SVM
Question
In the power generators case study, data mining-driven software tools, including data-driven ________ technologies with historical data, helped an energy company reduce emissions of NOx and CO.
Question
In a typical network structure of an ANN consisting of three layers-input, intermediate, and output-the intermediate layer is called the ________ layer.
Question
Due largely to their better classification results, support vector machines (SVMs) have recently become a popular technique for ________-type problems.
Question
Neural computing refers to a ________ methodology for machine learning.
Question
A thorough analysis of an early neural network model called the ________, which used no hidden layer, in addition to a negative evaluation of the research potential by Minsky and Papert in 1969, led to a diminished interest in neural networks.
Question
Writing the SVM classification rule in its dual form reveals that classification is only a function of the ________, i.e., the training data that lie on the margin.
Question
In the formulation of the traffic accident study in the traffic case study, the five-class prediction problem was decomposed into a number of ________ models in order to obtain the granularity of information needed.
Question
In the mathematical formulation of SVM's, the normalization and/or scaling are important steps to guard against variables/attributes with ________ that might otherwise dominate the classification formulae.
Question
In machine learning, the ________ is a method for converting a linear classifier algorithm into a nonlinear one by using a nonlinear function to map the original observations into a higher-dimensional space.
Question
In a neural network, groups of neurons can be organized in a number of different ways; these various network patterns are referred to as ________.
Question
The student retention case study shows that, given sufficient data with the proper variables, data mining techniques are capable of predicting freshman student attrition with approximately ________ percent accuracy.
Question
________ are of particular interest to modeling highly nonlinear, complex problems, systems, and processes and use hyperplanes to separate output classes in training data.
Question
In an ANN, ________ express the relative strength (or mathematical value) of the input data or the many connections that transfer data from layer to layer.
Question
In the process of image recognition (or categorization), images are first transformed into a multidimensional ________ and then, using machine-learning techniques, are categorized into a finite number of classes.
Question
Historically, the development of ANNs followed a heuristic path, with applications and extensive experimentation preceding theory. In contrast to ANNs, the development of SVMs involved sound ________ theory first, then implementation and experiments.
Question
The opening vignette teaches us that ________ medicine is a relatively new term coined in the healthcare arena, where the main idea is to dig deep into past experiences to discover new and useful knowledge to improve medical and managerial procedures in healthcare.
Question
________ is the most widely used supervised learning algorithm in neural computing.
Question
Kohonen's ________ feature maps provide a way to represent multidimensional data in much lower dimensional spaces, usually one or two dimensions.
Question
The development process for an ANN application involves ________ steps.
Question
________ has proved the most popular of the techniques proposed for shedding light into the "black-box" characterization of trained neural networks.
Question
What are the five steps in the backpropagation learning algorithm?
Question
What are the three steps in the process-based approach to the use of support vector machines (SVMs)?
Question
Define the term sensitivity analysis as it relates to ANNs.
Question
Predictive modeling is perhaps the most commonly practiced branch in data mining. What are three of the most popular predictive modeling techniques?
Question
How is a general Hopfield network represented architecturally?
Question
Describe the k-nearest neighbor (kNN) data mining algorithm.
Question
In 1992, Boser, Guyon, and Vapnik suggested a way to create nonlinear classifiers by applying the kernel trick to maximum-margin hyperplanes. How does the resulting algorithm differ from the original optimal hyperplane algorithm proposed by Vladimir Vapnik in 1963?
Question
Why have neural networks shown much promise in many forecasting and business classification applications?
Question
Each ANN is composed of a collection of neurons that are grouped into layers. One of these layers is the hidden layer. Define the hidden layer.
Question
Describe the nine steps in the development process for an ANN application.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/70
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 6: Techniques for Predictive Modeling
1
In the mining industry case study, the input to the neural network is a verbal description of a hanging rock on the mine wall.
False
2
The task undertaken by a neural network does not affect the architecture of the neural network; in other words, architectures are problem-independent.
False
3
The k-nearest neighbor algorithm is overly complex when compared to artificial neural networks and support vector machines.
False
4
Neural networks are called "black boxes" due to the lack of ability to explain their reasoning.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
5
In the Coors case study, genetic algorithms were of little use in solving the flavor prediction problem.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
6
Using support vector machines, you must normalize the data before you numericize it.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
7
In the opening vignette, the high accuracy of the models in predicting the outcomes of complex medical procedures showed that data mining tools are ready to replace experts in the medical field.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
8
Compared to the human brain, artificial neural networks have many more neurons.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
9
In the Coors case study, a neural network was used to more skillfully identify which beer flavors could be predicted.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
10
Though useful in business applications, neural networks are a rough, inexact model of how the brain works, not a precise replica.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
11
The network topology that allows only one-way links between layers, with no feedback linkage permitted, is known as backpropagation.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
12
The k-nearest neighbor algorithm appears well-suited to solving image recognition and categorization problems.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
13
Unlike other "black box" predictive models, support vector machines have a solid mathematical foundation in statistics.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
14
No matter the topology or architecture of a neural network, they all use the same algorithm to adjust weights during training.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
15
The most complex problems solved by neural networks require one or more hidden layers for increased accuracy.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
16
The use of hidden layers and new topologies and algorithms renewed waning interest in neural networks.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
17
In the student retention case study, support vector machines used in prediction had proportionally more true positives than true negatives.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
18
With a neural network, outputs are attributes of the problem while inputs are potential solutions to the problem.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
19
Generally speaking, support vector machines are less accurate a prediction method than other approaches such as decision trees and neural networks.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
20
Prior to starting the development of a neural network, developers must carry out a requirements analysis.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
21
When using support vector machines, in which stage do you select the kernel type (e.g., RBF, Sigmoid)?

A) preprocessing the data
B) developing the model
C) experimentation
D) deploying the model
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
22
Which element in an artificial neural network roughly corresponds to a dendrite in a human brain?

A) node
B) input
C) output
D) weight
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
23
What is a major drawback to the basic majority voting classification in kNN?

A) It requires frequent human subjective input during computation.
B) Classes that are more clustered tend to dominate prediction.
C) Even the naive version of the algorithm is hard to implement.
D) Classes with more frequent examples tend to dominate prediction.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
24
Using the k-nearest neighbor machine learning algorithm for classification, larger values of k

A) sharpen the distinction between classes.
B) reduce the effect of noise on the classification.
C) increase the effect of noise on the classification.
D) do not change the effect of noise on the classification.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
25
For how long do SVM models continue to be accurate and actionable?

A) for as long as the developers stay with the firm
B) for as long as management support continues to exist for the project
C) for as long as you choose to use them
D) for as long as the behavior of the domain stays the same
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
26
In the student retention case study, which of the following variables was MOST important in determining whether a student dropped out of college?

A) high school GPA and SAT high score math
B) college and major
C) completed credit hours and hours enrolled
D) marital status and hours enrolled
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
27
Why is sensitivity analysis frequently used for artificial neural networks?

A) because it is required by all major artificial neural networks
B) because some consequences of mistakes by the network might be fatal, so justification may matter
C) because it is generally informative, although it cannot help to identify cause-and-effect relationships among variables
D) because it provides a complete description of the inner workings of the artificial neural network
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
28
Which element in an artificial neural network roughly corresponds to a synapse in a human brain?

A) node
B) input
C) output
D) weight
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
29
Neural networks have been described as "biologically inspired." What does this mean?

A) They are faithful to the entire process of computation in the human brain.
B) They were created to look identical to human brains.
C) They crudely model the biological makeup of the human brain.
D) They have the power to undertake every task the human brain can.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
30
Support vector machines are a popular machine learning technique primarily because of

A) their relative cost and superior predictive power.
B) their superior predictive power and their theoretical foundation.
C) their relative cost and relative ease of use.
D) their high effectiveness in the very few areas where they can be used.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
31
When using support vector machines, in which stage do you transform the data?

A) preprocessing the data
B) developing the model
C) experimentation
D) deploying the model
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
32
In developing an artificial neural network, all of the following are important reasons to pre-select the network architecture and learning method EXCEPT

A) some configurations have better success than others with specific problems.
B) development personnel may be more experienced with certain architectures.
C) most neural networks need special purpose hardware, which may be absent.
D) some neural network software may not be available in the organization.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
33
In the opening vignette, predictive modeling is described as

A) estimating the future using the past.
B) not yet accepted in the business world.
C) the least practiced branch of data mining.
D) unable to handle complex predictive problems.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
34
The k-nearest neighbor machine learning algorithm (kNN) is

A) highly mathematical and computationally intensive.
B) a method that has little in common with regression.
C) regarded as a "lazy" learning method.
D) very complex in its inner workings.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
35
Backpropagation learning algorithms for neural networks are

A) the least popular algorithm due to their inaccuracy.
B) used without hidden layers for effectiveness.
C) used without a training set of data.
D) required to have error tolerance set in advance.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
36
All of the following are disadvantages/limitations of the SVM technique EXCEPT

A) model building involves complex and time-demanding calculations.
B) selection of the kernel type and kernel function parameters is difficult.
C) they have high algorithmic complexity and extensive memory requirements for complex tasks.
D) their accuracy is poor in many domains compared to neural networks.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
37
In the Coors case study, why was a genetic algorithm paired with neural networks in the prediction of beer flavors?

A) to replace the neural network in harder cases
B) to complement the neural network by reducing the error term
C) to enhance the neural network by pre-selecting output classes for the neural network
D) to best model how the flavor of beer evolves as it ages
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
38
In the student retention case study, of the four data mining methods used, which was the most accurate?

A) ANN
B) DT(C5)
C) SVM
D) LR
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
39
All the following statements about hidden layers in artificial neural networks are true EXCEPT

A) hidden layers are not direct inputs or outputs.
B) more hidden layers increase required computation exponentially.
C) many top commercial ANNs forgo hidden layers completely.
D) more hidden layers include many more weights.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
40
In the opening vignette, which method was the best in both accuracy of predicted outcomes and sensitivity?

A) ANN
B) CART
C) C5
D) SVM
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
41
In the power generators case study, data mining-driven software tools, including data-driven ________ technologies with historical data, helped an energy company reduce emissions of NOx and CO.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
42
In a typical network structure of an ANN consisting of three layers-input, intermediate, and output-the intermediate layer is called the ________ layer.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
43
Due largely to their better classification results, support vector machines (SVMs) have recently become a popular technique for ________-type problems.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
44
Neural computing refers to a ________ methodology for machine learning.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
45
A thorough analysis of an early neural network model called the ________, which used no hidden layer, in addition to a negative evaluation of the research potential by Minsky and Papert in 1969, led to a diminished interest in neural networks.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
46
Writing the SVM classification rule in its dual form reveals that classification is only a function of the ________, i.e., the training data that lie on the margin.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
47
In the formulation of the traffic accident study in the traffic case study, the five-class prediction problem was decomposed into a number of ________ models in order to obtain the granularity of information needed.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
48
In the mathematical formulation of SVM's, the normalization and/or scaling are important steps to guard against variables/attributes with ________ that might otherwise dominate the classification formulae.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
49
In machine learning, the ________ is a method for converting a linear classifier algorithm into a nonlinear one by using a nonlinear function to map the original observations into a higher-dimensional space.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
50
In a neural network, groups of neurons can be organized in a number of different ways; these various network patterns are referred to as ________.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
51
The student retention case study shows that, given sufficient data with the proper variables, data mining techniques are capable of predicting freshman student attrition with approximately ________ percent accuracy.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
52
________ are of particular interest to modeling highly nonlinear, complex problems, systems, and processes and use hyperplanes to separate output classes in training data.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
53
In an ANN, ________ express the relative strength (or mathematical value) of the input data or the many connections that transfer data from layer to layer.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
54
In the process of image recognition (or categorization), images are first transformed into a multidimensional ________ and then, using machine-learning techniques, are categorized into a finite number of classes.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
55
Historically, the development of ANNs followed a heuristic path, with applications and extensive experimentation preceding theory. In contrast to ANNs, the development of SVMs involved sound ________ theory first, then implementation and experiments.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
56
The opening vignette teaches us that ________ medicine is a relatively new term coined in the healthcare arena, where the main idea is to dig deep into past experiences to discover new and useful knowledge to improve medical and managerial procedures in healthcare.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
57
________ is the most widely used supervised learning algorithm in neural computing.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
58
Kohonen's ________ feature maps provide a way to represent multidimensional data in much lower dimensional spaces, usually one or two dimensions.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
59
The development process for an ANN application involves ________ steps.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
60
________ has proved the most popular of the techniques proposed for shedding light into the "black-box" characterization of trained neural networks.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
61
What are the five steps in the backpropagation learning algorithm?
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
62
What are the three steps in the process-based approach to the use of support vector machines (SVMs)?
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
63
Define the term sensitivity analysis as it relates to ANNs.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
64
Predictive modeling is perhaps the most commonly practiced branch in data mining. What are three of the most popular predictive modeling techniques?
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
65
How is a general Hopfield network represented architecturally?
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
66
Describe the k-nearest neighbor (kNN) data mining algorithm.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
67
In 1992, Boser, Guyon, and Vapnik suggested a way to create nonlinear classifiers by applying the kernel trick to maximum-margin hyperplanes. How does the resulting algorithm differ from the original optimal hyperplane algorithm proposed by Vladimir Vapnik in 1963?
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
68
Why have neural networks shown much promise in many forecasting and business classification applications?
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
69
Each ANN is composed of a collection of neurons that are grouped into layers. One of these layers is the hidden layer. Define the hidden layer.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
70
Describe the nine steps in the development process for an ANN application.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 70 flashcards in this deck.