* First hidden layer
* $h_{11} = a[\theta_{11} + \theta_{12}x]$
* $h_{12} = a[\theta_{13} + \theta_{14}x]$
* Second hidden layer
* $h_{21} = a[\theta_{21} + \theta_{22}h_{11} + \theta_{23}h_{12}]$
* $h_{22} = a[\theta_{24} + \theta_{25}h_{11} + \theta_{26}h_{12}]$
* Output is $y = \phi_0 + \phi_1h_{21} + \phi_2h_{22}$