i just started with data-science, so if this is a very dumb question then please excuse me... So, i just learnt about the sigmoid neuron, and learnt that its range is [0, 1]. The question i have is that how can it be used in regression tasks, for example to predict the cost of any real estate property, or the imdb rating of a movie, or something I am aware of the scaling method (multiplying the output of sigmoid with any number) to get real outputs, but that works only for outputs which have an upper limit, like the imdb rating, what about stuff like the price of a commodity or something?
Thanks in advance