Continuous output in Neural Networks

Posted by devoured elysium on Stack Overflow See other posts from Stack Overflow or by devoured elysium
Published on 2009-12-01T01:42:58Z Indexed on 2010/05/22 23:40 UTC
Read the original article Hit count: 289

How can I set Neural Networks so they accept and output a continuous range of values instead of a discrete ones? From what I recall from doing a Neural Network class a couple of years ago, the activation function would be a sigmoid, which yields a value between 0 and 1. If I want my neural network to yield a real valued scalar, what should I do? I thought maybe if I wanted a value between 0 and 10 I could just multiply the value by 10? What if I have negative values? Is this what people usually do or is there any other way? What about the input?

Thanks

© Stack Overflow or respective owner

Related posts about artificial-intelligence

Related posts about artificial-neural-network