Ex. 11.1
Ex. 11.1
Establish the exact correspondence between the projection pursuit regression model (11.1) and the neural network (11.5). In particular, show that the single-layer regression network is equivalent to a PPR model with \(g_m(\omega_m^Tx) = \beta_m\sigma(\alpha_{0m}+s_m(\omega_m^Tx))\), where \(\omega_m\) is the \(m\)th unit vector. Establish a similar equivalence for a classification network.
Soln. 11.1
Let \(K=1\), from (11.5) we have
Consider \(\beta_0\) added as the bias term into \(X\), and assume as usual that \(g\) is the identity function, we have
Comparing with (11.1), we have
where \(\omega_m = \alpha_m/\|\alpha_m\|\).
For a classification network, let \(K > 1\). Assume that (see (11.6) in the text)
by similar calculations above we get
Note that \(\sum_{k=1}^Kf_k(X) = 1\). Instead of model \(f_k(X)\), it's more convenient to model the log ratio \(\log(f_k(X)/f_K(X))\), which is then simplified to
which is in the PPR form of (11.1).