1 / 31

Outline

Outline. Regression on a large number of correlated inputs A few comments about shrinkage methods, such as ridge regression Methods using derived input directions Principal components regression Partial least squares regression (PLS). Partitioning of the expected squared prediction error.

callum
Download Presentation

Outline

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Outline Regression on a large number of correlated inputs • A few comments about shrinkage methods, such as ridge regression • Methods using derived input directions • Principal components regression • Partial least squares regression (PLS) Data mining and statistical learning, lecture 4

  2. Partitioning of the expected squared prediction error bias Shrinkage decreases the variance but increases the bias Shrinkage methods are more robust to structural changes in the analysed data Data mining and statistical learning, lecture 4

  3. Advantages of ridge regression over OLS The models are easier to comprehend because strongly correlated inputs tend to get similar regression coefficients Generalizations to new data sets are facilitated by a larger robustness to structural changes in the analysed data set Data mining and statistical learning, lecture 4

  4. Ridge regression- a note on standardization The principal components and the shrinkage in ridge regression are scale-dependent. Inputs are normally standardized to mean zero and variance one prior to the regression Data mining and statistical learning, lecture 4

  5. Regression methods using derived input directions Extract linear combinations of the inputs as derived features, and then model the target (response) as a linear function of these features y … z1 z2 zM … x1 x2 xp Data mining and statistical learning, lecture 4

  6. Absorbance records for ten samples of chopped meat 1 response variable (fat) 100 predictors (absorbance at 100 wavelengths or channels) The predictors are strongly correlated to each other Data mining and statistical learning, lecture 4

  7. Absorbance records for ten samples of chopped meat High fat samples Low fat samples Data mining and statistical learning, lecture 4

  8. 3-D plots of absorbance records for samples of meat- channels 1, 50 and 100 Data mining and statistical learning, lecture 4

  9. 3-D plots of absorbance records for samples of meat- channels 40, 50 and 60 Data mining and statistical learning, lecture 4

  10. 3-D plot of absorbance records for samples of meat- channels 49, 50 and 51 Data mining and statistical learning, lecture 4

  11. Matrix plot of absorbance records for samples of meat- channels 1, 50 and 100 Data mining and statistical learning, lecture 4

  12. Principal Component Analysis (PCA) • PCA is a technique for reducing the complexity of high dimensional data • It can be used to approximate high dimensional data with a few dimensions so that important features can be visually examined Data mining and statistical learning, lecture 4

  13. Principal Component Analysis- two inputs PC1 PC2 Data mining and statistical learning, lecture 4

  14. 3-D plot of artificially generated data- three inputs PC1 PC2 Data mining and statistical learning, lecture 4

  15. Principal Component Analysis The first principal component (PC1) is the direction that maximizes the variance of the projected data The second principal component (PC2) is the direction that maximizes the variance of the projected data after the variation along PC1 has been removed The third principal component (PC3) is the direction that maximizes the variance of the projected data after the variation along PC1 and PC2 has been removed Data mining and statistical learning, lecture 4

  16. Eigenvector and eigenvalue In this shear transformation of the Mona Lisa, the picture was deformed in such a way that its central vertical axis (red vector) was not modified, but the diagonal vector (blue) has changed direction. Hence the red vector is an eigenvector of the transformation and the blue vector is not. Since the red vector was neither stretched nor compressed, its eigenvalue is 1. Data mining and statistical learning, lecture 4

  17. Sample covariance matrix where Data mining and statistical learning, lecture 4

  18. Eigenvectors of covariance and correlation matrices The eigenvectors of a covariance matrix provide information about the major orthogonal directions of the variation in the inputs The eigenvalues provide information about the strength of the variation along the different eigenvectors The eigenvectors and eigenvalues of the correlation matrix provide scale-independent information about the variation of the inputs Data mining and statistical learning, lecture 4

  19. Principal Component Analysis Eigenanalysis of the Covariance Matrix Eigenvalue 2.8162 0.3835 Proportion 0.880 0.120 Cumulative 0.880 1.000 Variable PC1 PC2 X1 0.523 0.852 X2 0.852 -0.523 Loadings Data mining and statistical learning, lecture 4

  20. Principal Component Analysis Coordinates in the coordinate system determined by the principal components Data mining and statistical learning, lecture 4

  21. Principal Component Analysis Eigenanalysis of the Covariance Matrix Eigenvalue 1.6502 0.7456 0.0075 Proportion 0.687 0.310 0.003 Cumulative 0.687 0.997 1.000 Variable PC1 PC2 PC3 x 0.887 0.218 -0.407 y 0.034 -0.909 -0.414 z 0.460 -0.354 0.814 Data mining and statistical learning, lecture 4

  22. Scree plot Data mining and statistical learning, lecture 4

  23. Principal Component Analysis- absorbance data from samples of chopped meat Eigenanalysis of the Covariance Matrix Eigenvalue 26.127 0.239 0.078 0.030 0.002 0.001 0.000 0.000 0.000 Proportion 0.987 0.009 0.003 0.001 0.000 0.000 0.000 0.000 0.000 Cumulative 0.987 0.996 0.999 1.000 1.000 1.000 1.000 1.000 1.000 Data mining and statistical learning, lecture 4

  24. Scree plot- absorbance data One direction is responsible for most of the variation in the inputs Data mining and statistical learning, lecture 4

  25. Loadings of PC1, PC2 and PC3- absorbance data The loadings define derived inputs (linear combinations of the inputs) Data mining and statistical learning, lecture 4

  26. Software recommendations Minitab 15  Stat  Multivariate  Principal components SAS Enterprise Miner  Princomp/Dmneural Data mining and statistical learning, lecture 4

  27. Regression methods using derived input directions- Partial Least Squares Regression Extract linear combinations of the inputs as derived features, and then model the target (response) as a linear function of these features y Select the intermediates so that the covariance with the response variable is maximized … z1 z2 zM Normally, the inputs are standardized to mean zero and variance one prior to the PLS analysis … x1 x1 xp Data mining and statistical learning, lecture 4

  28. Partial least squares regression (PLS) Step 1: Standardize inputs to mean zero and variance one Step 2: Compute the first derived input by setting where the 1jare standardized univariate regression coefficients of the response vs each of the inputs Repeat: Remove the variation in the inputs along the directions determined by existing z-vectors Compute another derived input Data mining and statistical learning, lecture 4

  29. Methods using derived input directions Principal components regression (PCR) The derived directions are determined by the X-matrix alone, and are orthogonal Partial least squares regression (PLS) The derived directions are determined by the covariance of the output and linear combinations of the inputs, and are orthogonal Data mining and statistical learning, lecture 4

  30. PLS in SAS The following statements are available in PROC PLS. Items within the brackets < > are optional. PROC PLS < options > ; BY variables ; CLASS variables < / option > ; MODEL dependent-variables = effects < / options > ; OUTPUT OUT= SAS-data-set < options > ; To analyze a data set, you must use the PROC PLS and MODEL statements. You can use the other statements as needed. Data mining and statistical learning, lecture 4

  31. proc PLS in SAS procpls data=mining.tecatorscores method=pls nfac=10; model fat=channel1-channel100; output out=tecatorpls predicted=predpls; procpls data=mining.tecatorscores method=pcr nfac=10; model fat=channel1-channel100; output out=tecatorpcr predicted=predpcr; run; Data mining and statistical learning, lecture 4

More Related