reset password
Author Message
jonathankroening
Posts: 39
Posted 12:22 Mar 03, 2014 |

Is it ok that our neural net isn't elastic to multiple hidden layer usage? ie. we are assuming there is only one hidden layer in our model... thus we can explicitly calculate hidden layer activations and such, instead of implementing inner loops that take into account the number of hidden layers.

msargent
Posts: 519
Posted 13:55 Mar 03, 2014 |

You can assume that there will only be one hidden layer.