14.03.2014 Views

Modeling and Multivariate Methods - SAS

Modeling and Multivariate Methods - SAS

Modeling and Multivariate Methods - SAS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 10 Creating Neural Networks 285<br />

Overview of Neural Networks<br />

Fitting Options<br />

Table 10.5 describes the model fitting options that you can specify.<br />

Table 10.5 Fitting Options<br />

Transform Covariates<br />

Robust Fit<br />

Penalty Method<br />

Number of Tours<br />

Transforms all continuous variables to near normality using either the<br />

Johnson Su or Johnson Sb distribution. Transforming the continuous<br />

variables helps to mitigate the negative effects of outliers or heavily skewed<br />

distributions.<br />

See the Save Transformed Covariates option in “Model Options” on<br />

page 287.<br />

Trains the model using least absolute deviations instead of least squares. This<br />

option is useful if you want to minimize the impact of response outliers.<br />

This option is available only for continuous responses.<br />

Choose the penalty method. To mitigate the tendency neural networks have<br />

to overfit data, the fitting process incorporates a penalty on the likelihood.<br />

See “Penalty Method” on page 285.<br />

Specify the number of times to restart the fitting process, with each iteration<br />

using different r<strong>and</strong>om starting points for the parameter estimates. The<br />

iteration with the best validation statistic is chosen as the final model.<br />

Penalty Method<br />

The penalty is λp( β i<br />

), where λ is the penalty parameter, <strong>and</strong> p( ) is a function of the parameter estimates,<br />

called the penalty function. Validation is used to find the optimal value of the penalty parameter.<br />

Table 10.6 Descriptions of Penalty <strong>Methods</strong><br />

Method Penalty Function Description<br />

Squared<br />

Absolute<br />

Weight Decay<br />

β i<br />

2<br />

β i<br />

β<br />

2<br />

i<br />

---------------<br />

1 + β<br />

2<br />

i<br />

Use this method if you think that most of your X variables<br />

are contributing to the predictive ability of the model.<br />

Use either of these methods if you have a large number of X<br />

variables, <strong>and</strong> you think that a few of them contribute more<br />

than others to the predictive ability of the model.<br />

NoPenalty none Does not use a penalty. You can use this option if you have a<br />

large amount of data <strong>and</strong> you want the fitting process to go<br />

quickly. However, this option can lead to models with lower<br />

predictive performance than models that use a penalty.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!