Lecture 3 Machine Learning Techniques For Predictive Analytics
Lecture 3 Machine Learning Techniques For Predictive Analytics
i. Understand the basic concepts and definitions of artificial neural networks (ANN)
ii. Learn the different types of ANN architectures
iii. Understand the concept and structure of support vector machines (SVM)
iv. Learn the advantages and disadvantages of SVM compared to ANN
v. Understand the concept and formulation of k-nearest neighbor (kNN) algorithm\
vi. Learn the advantages and disadvantages of kNN compared to ANN and SVM
vii. Understand the basic principles of Bayesian learning and Naïve Bayes algorithm
viii. Learn the basics of Bayesian Belief Networks and how they are used in predictive analytics
ix. Understand different types of ensemble models and their pros and cons in predictive analytics
NEURAL NETWORK CONCEPTS
• Neural networks (NN): a human brain metaphor for information processing
• Neural computing
• Artificial neural network (ANN)
• Many uses for ANN for
• pattern recognition, forecasting, prediction, and classification
• Many application areas
• finance, marketing, manufacturing, operations, information systems, and so on
BIOLOGICAL NEURAL NETWORKS
• Accuracy Model ensembles usually result in more accurate models than individual models.
• Robustness Model ensembles tend to be more robust against outliers and noise in the data set than individual models.
• Reliability (stable) Because of the variance reduction, model ensembles tend to produce more stable, reliable, and believable results than
individual models.
• Coverage Model ensembles tend to have a better coverage of the hidden complex patterns in the data set than individual models.
• Complexity Model ensembles are much more complex than individual models.
• Computationally expensive Compared to individual models, ensembles require more time and computational power to build.
• Lack of transparency (explainability) Because of their complexity, it is more difficult to understand the inner structure of model ensembles (how they do
what they do) than individual models.
• Harder to deploy Model ensembles are much more difficult to deploy in an analytics-based Managerial decision-support system than single
models.
END OF LECTURES
• Questions / Comments