Neural Network: Handling unavailable inputs (missing or incomplete data)

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-04-08T23:36:49Z Indexed on 2010/04/09 0:43 UTC
Read the original article Hit count: 364

Hopefully the last NN question you'll get from me this weekend, but here goes :)

Is there a way to handle an input that you "don't always know"... so it doesn't affect the weightings somehow?

Soo... if I ask someone if they are male or female and they would not like to answer, is there a way to disregard this input? Perhaps by placing it squarely in the centre? (assuming 1,0 inputs at 0.5?)

Thanks

© Stack Overflow or respective owner

Related posts about artificial-neural-network

Related posts about machine-learning