Understanding a multilayer perceptron network

Posted by Jonas Nielsen on Stack Overflow See other posts from Stack Overflow or by Jonas Nielsen
Published on 2010-04-25T10:22:31Z Indexed on 2010/04/25 10:23 UTC
Read the original article Hit count: 457

Hi all,

I'm trying to understand how to train a multilayer, however, I'm having some trouble figuring out on choosing the amount of neurons in my network.

For a specific task, I have four input sources that can each input one of three states. I guess that would mean four input neurons firing either 0, 1 or 2, but as far as I'm told, input should be kept binary?

Furthermore am I having some issues choosing on the amount of neurons in the hidden layer. Any comments would be great.

Thanks.

© Stack Overflow or respective owner

Related posts about multi-layer-perceptron

Related posts about neuron