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 283<br />

Overview of Neural Networks<br />

Table 10.3 Validation <strong>Methods</strong> (Continued)<br />

Validation Column<br />

Uses the column’s values to divide the data into parts. The column is<br />

assigned using the Validation role on the Neural launch window. See<br />

Figure 10.3.<br />

The column’s values determine how the data is split, <strong>and</strong> what method<br />

is used for validation:<br />

• If the column has three unique values, then:<br />

– the smallest value is used for the Training set.<br />

– the middle value is used for the Validation set.<br />

– the largest value is used for the Test set.<br />

• If the column has two unique values, then only Training <strong>and</strong><br />

Validation sets are used.<br />

• If the column has more than three unique values, then KFold<br />

validation is performed.<br />

Hidden Layer Structure<br />

Note: The st<strong>and</strong>ard edition of JMP uses only the TanH activation function, <strong>and</strong> can fit only neural<br />

networks with one hidden layer.<br />

The Neural platform can fit one or two-layer neural networks. Increasing the number of nodes in the first<br />

layer, or adding a second layer, makes the neural network more flexible. You can add an unlimited number<br />

of nodes to either layer. The second layer nodes are functions of the X variables. The first layer nodes are<br />

functions of the second layer nodes. The Y variables are functions of the first layer nodes.<br />

The functions applied at the nodes of the hidden layers are called activation functions. An activation<br />

function is a transformation of a linear combination of the X variables. Table 10.4 describes the three types<br />

of activation functions.<br />

Table 10.4 Activation Functions<br />

TanH<br />

The hyperbolic tangent function is a sigmoid function. TanH transforms<br />

values to be between -1 <strong>and</strong> 1, <strong>and</strong> is the centered <strong>and</strong> scaled version of the<br />

logistic function. The hyperbolic tangent function is:<br />

e 2x – 1<br />

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

e 2x + 1<br />

where x is a linear combination of the X variables.

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

Saved successfully!

Ooh no, something went wrong!