9-10 - Machine-Learning Techniques for Predictive Analytics
9-10 - Machine-Learning Techniques for Predictive Analytics
Chapter 5
Machine-Learning Techniques for
Predictive Analytics
• Situation
• Problem
• Solution
• Results
• Answer & discuss the case questions.
1
Acronyms for model types: artificial neural networks (A N N), support vector machines (S V M), popular decision tree
algorithm (C5), classification and regression trees (C A R T).
2
Prediction results for the test data samples are shown in a confusion matrix where the rows represent the actuals and
columns represent the predicted cases.
3
Accuracy, sensitivity, and specificity are the three performance measures that were used in comparing the four
prediction models.
Copyright © 2021 Pearson Education Ltd. All Rights Reserved.
Neural Network Concepts
• Neural networks (N N): a human brain metaphor for
information processing
• Neural computing
• Artificial neural network (AN N)
• Many uses for AN N for
– pattern recognition, forecasting, prediction, and
classification
• Many application areas
– finance, marketing, manufacturing, operations,
information systems, and so on
• First introduced
by the Finnish
Professor Teuvo
Kohonen
• Applies to
clustering type
problems
• First introduced by
John Hopfield
• Highly interconnected
neurons
• Applies to solving
complex
computational
problems (e.g.,
optimization
problems)
• Method
• Results
• Conclutions
For numeric variables: mean (st. dev.); for binary or nominal variables: % frequency of the top two classes.
1
• Accuracy
• Variable importance
• The answer to
“which class a
data point
belongs to?”
depends on the
value of k
Minkowski distance
q q q
d (i, j ) = ( xi1 x j1 xi 2 x j 2 ... xip x jp )
q
c t i on
i y
red rac
P cu
gy
Ac
lo
do
ho
et
M
ble ce
r ia rtan
Va po
Im
1. Compute information
function
2. Build the undirected
graph
3. Build a spanning tree
4. Convert the undirected
AN N: artificial neural networks; D T: decision trees; L R: logistic regression; R F: random forest; H E: heterogeneous
ensemble; AU C: area under the curve; G: graduated; T: terminated
Copyright © 2021 Pearson Education Ltd. All Rights Reserved.
End of Chapter 5
• Questions / Comments