Post-Shrinkage Strategies in Statistical and Machine Learning for High Dimensional Dat

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

This book presents some post-estimation and predictions strategies for the host of useful statistical models with applications in Data Science. It combines statistical learning and Machine Learning techniques in a unique and optimal way. It is well-known that Machine Learning methods are subject to many issues relating to bias, and consequently the mean squared error and prediction error may explode. For this reason, we suggest shrinkage strategies to control the bias by combining a submodel selected by a penalized method with a model with many features. Further, the suggested shrinkage methodology can be successfully implemented for high dimensional data analysis. Many researchers in statistics and medical sciences work with Big Data. They need to analyse this data through statistical modelling. Estimating the model parameters accurately is an important part of the data analysis. This book may be a repository for developing improve estimation strategies for statisticians. This book will help researchers and practitioners for their teaching and advanced research, and is an excellent textbook for advanced undergraduate and graduate courses involving shrinkage, statistical, and Machine Learning. The term learning in Computer Science is referred to as a branch of Artificial Intelligence (AI) the design and development of algorithms that allows computers to evolve based on empirical data. The type of algorithm is what dictates the success of the Machine Learning (ML) system. Recently, Machine Learning has also been referred to as statistical learning because these algorithms have foundations in statistics. There are two main classes of algorithms, supervised and unsupervised learning. Models that people have most likely encountered are usually supervised learning, for example, prediction via logistic or multinomial regression. The differentiating factor between these two classes, is that supervised learning is concerned with data that has labels and the researcher has an idea of what they are looking to predict. In contrast, unsupervised learning is used when the researcher does not necessarily know what the data entails. In current times, people are overloaded with excessive data and simply figuring out what we are looking at can be a daunting task. Unsupervised learning techniques aids in exploring data, where no assumptions can be made. For example, survey data or medical data can be multidimensional and difficult to interpret; unsupervised algorithms can provide guidance on which variables are pertinent by providing representative variable identification. Unsupervised learning looks at how the data is grouped naturally based on where the data points exist in its multidimensional space. Unsupervised learning used with supervised learning can be a very powerful tool. One can input variables found via unsupervised methods into supervised prediction models, creating a stronger prediction model if such variables are found significant. To provide a clear guide, this chapter will investigate popular classification and regression Machine Learning techniques. Classification methods range from the simplest of models to black-box learning. Regression models will build up from the basics and grow in complexity. Logistic regression, multivariate adaptive regression spline (MARS), k-nearest neighbours (kNN), neural nets, support vector machine, random forest, and gradient boosting machine will be discussed in the Chapter 2. R has been a saving grace for many data scientists and statisticians alike. As research progresses, so have the computing packages. Table 2.1 is a list of R packages available that can perform the aforementioned Machine Learning techniques. - The book succinctly reveals the bias inherited in Machine Learning method and successfully provides tools, tricks and tips to deal with the bias issue. - Expertly sheds light on the fundamental reasoning for model selection and post estimation using shrinkage and related strategies. - This presentation is fundamental, because shrinkage and other methods appropriate for model selection and estimation problems and there is a growing interest in this area to fill the gap between competitive strategies. - Application of these strategies to real life data set from many walks of life. - Analytical results are fully corroborated by numerical work and numerous worked examples are included in each chapter with numerous graphs for data visualization. - The presentation and style of the book clearly makes it accessible to a broad audience. It offers rich, concise expositions of each strategy and clearly describes how to use each estimation strategy for the problem at hand. - This book emphasizes that statistics/statisticians can play a dominant role in solving Big Data problems, and will put them on the precipice of scientific discovery. - The book contributes novel methodologies for HDDA and will open a door for continued research in this hot area. - The practical impact of the proposed work stems from wide applications. The developed computational packages will aid in analyzing a broad range of applications in many walks of life.

Author(s): Syed Ejaz Ahmed, Feryaal Ahmed, Bahadir Yuzbası
Publisher: Springer
Year: 2023

Language: English
Commentary: true
Pages: 409

Cover
Half Title
Title Page
Copyright Page
Dedication
Contents
Preface
Acknowledgments
Author/editor biographies
List of Figures
List of Tables
Contributors
Abbreviations
1. Introduction
1.1. Least Absolute Shrinkage and Selection Operator
1.2. Elastic Net
1.3. Adaptive LASSO
1.4. Smoothly Clipped Absolute Deviation
1.5. Minimax Concave Penalty
1.6. High-Dimensional Weak-Sparse Regression Model
1.7. Estimation Strategies
1.7.1. Pretest Estimation Strategy
1.7.2. Shrinkage Estimation Strategy
1.8. Asymptotic Properties of Non-Penalty Estimators
1.8.1. Bias of Estimators
1.8.2. Risk of Estimators
1.9. Organization of the Book
2. Introduction to Machine Learning
2.1. What is Learning?
2.2. Unsupervised Learning: Principle Component Analysis and k-Means Clustering
2.2.1. Principle Component Analysis (PCA)
2.2.2. k-Means Clustering
2.2.3. Extension: Unsupervised Text Analysis
2.3. Supervised Learning
2.3.1. Logistic Regression
2.3.2. Multivariate Adaptive Regression Splines (MARS)
2.3.3. k Nearest Neighbours (kNN)
2.3.4. Random Forest
2.3.5. Support Vector Machine (SVM)
2.3.6. Linear Discriminant Analysis (LDA)
2.3.7. Artificial Neural Network (ANN)
2.3.8. Gradient Boosting Machine (GBM)
2.4. Implementation in R
2.5. Case Study: Genomics
2.5.1. Data Exploration
2.5.2. Modeling
3. Post-Shrinkage Strategies in Sparse Regression Models
3.1. Introduction
3.2. Estimation Strategies
3.2.1. Least Squares Estimation Strategies
3.2.2. Maximum Likelihood Estimator
3.2.3. Full Model and Submodel Estimators
3.2.4. Shrinkage Strategies
3.3. Asymptotic Analysis
3.3.1. Asymptotic Distributional Bias
3.3.2. Asymptotic Distributional Risk
3.4. Relative Risk Assessment
3.4.1. Risk Comparison of βˆ1FM and βˆ1SM
3.4.2. Risk Comparison of βˆ1FM and βˆ1S
3.4.3. Risk Comparison of βˆ1S and βˆ1SM
3.4.4. Risk Comparison of βˆ1PS and βˆ1FM
3.4.5. Risk Comparison of βˆ1PS and βˆ1S
3.4.6. Mean Squared Prediction Error
3.5. Simulation Experiments
3.5.1. Strong Signals and Noises
3.5.2. Signals and Noises
3.5.3. Comparing Shrinkage Estimators with Penalty Estimators
3.6. Prostrate Cancer Data Example
3.6.1. Classical Strategy
3.6.2. Shrinkage and Penalty Strategies
3.6.3. Prediction Error via Bootstrapping
3.6.4. Machine Learning Strategies
3.7. R-Codes
3.8. Concluding Remarks
4. Shrinkage Strategies in High-Dimensional Regression Models
4.1. Introduction
4.2. Estimation Strategies
4.3. Integrating Submodels
4.3.1. Sparse Regression Model
4.3.2. Overfitted Regression Model
4.3.3. Underfitted Regression Model
4.3.4. Non-Linear Shrinkage Estimation Strategies
4.4. Simulation Experiments
4.5. Real Data Examples
4.5.1. Eye Data
4.5.2. Expression Data
4.5.3. Riboflavin Data
4.6. R-Codes
4.7. Concluding Remarks
5. Shrinkage Estimation Strategies in Partially Linear Models
5.1. Introduction
5.1.1. Statement of the Problem
5.2. Estimation Strategies
5.3. Asymptotic Properties
5.4. Simulation Experiments
5.4.1. Comparing with Penalty Estimators
5.5. Real Data Examples
5.5.1. Housing Prices (HP) Data
5.5.2. Investment Data of Turkey
5.6. High-Dimensional Model
5.6.1. Real Data Example
5.7. R-Codes
5.8. Concluding Remarks
6. Shrinkage Strategies : Generalized Linear Models
6.1. Introduction
6.2. Maximum Likelihood Estimation
6.3. A Genle Introduction of Logistic Regression Model
6.3.1. Statement of the Problem
6.4. Estimation Strategies
6.4.1. The Shrinkage Estimation Strategies
6.5. Asymptotic Properties
6.6. Simulation Experiment
6.6.1. Penalized Strategies
6.7. Real Data Examples
6.7.1. Pima Indians Diabetes (PID) Data
6.7.2. South Africa Heart-Attack Data
6.7.3. Orinda Longitudinal Study of Myopia (OLSM) Data
6.8. High-Dimensional Data
6.8.1. Simulation Experiments
6.8.2. Gene Expression Data
6.9. A Gentle Introduction of Negative Binomial Models
6.9.1. Sparse NB Regression Model
6.10. Shrinkage and Penalized Strategies
6.11. Asymptotic Analysis
6.12. Simulation Experiments
6.13. Real Data Examples
6.13.1. Resume Data
6.13.2. Labor Supply Data
6.14. High-Dimensional Data
6.15. R-Codes
6.16. Concluding Remarks
7. Post-Shrinkage Strategy in Sparse Linear Mixed Models
7.1. Introduction
7.2. Estimation Strategies
7.2.1. A Gentle Introduction to Linear Mixed Model
7.2.2. Ridge Regression
7.2.3. Shrinkage Estimation Strategy
7.3. Asymptotic Results
7.4. High-Dimensional Simulation Studies
7.4.1. Comparing with Penalized Estimation Strategies
7.4.2. Weak Signals
7.5. Real Data Applications
7.5.1. Amsterdam Growth and Health Data (AGHD)
7.5.2. Resting-State Effective Brain Connectivity and Genetic Data
7.6. Concluding Remarks
8. Shrinkage Estimation in Sparse Nonlinear Regression Models
8.1. Introduction
8.2. Model and Estimation Strategies
8.2.1. Shrinkage Strategy
8.3. Asymptotic Analysis
8.4. Simulation Experiments
8.4.1. High-Dimensional Data
8.4.1.1. Post-Selection Estimation Strategy
8.5. Application to Rice Yield Data
8.6. R-Codes
8.7. Concluding Remarks
9. Shrinkage Strategies in Sparse Robust Regression Models
9.1. Introduction
9.2. LAD Shrinkage Strategies
9.2.1. Asymptotic Properties
9.2.2. Bias of the Estimators
9.2.3. Risk of Estimators
9.3. Simulation Experiments
9.4. Penalized Estimation
9.5. Real Data Applications
9.5.1. US Crime Data
9.5.2. Barro Data
9.5.3. Murder Rate Data
9.6. High-Dimensional Data
9.6.1. Simulation Experiments
9.6.2. Real Data Application
9.7. R-Codes
9.8. Conclusion Remarks
10. Liu-type Shrinkage Estimations in Linear Sparse Models
10.1. Introduction
10.2. Estimation Strategies
10.2.1. Estimation Under a Sparsity Assumption
10.2.2. Shrinkage Liu Estimation
10.3. Asymptotic Analysis
10.4. Simulation Experiments
10.4.1. Comparisons with Penalty Estimators
10.5. Application to Air Pollution Data
10.6. R-Codes
10.7. Concluding Remarks
Bibliography
Index