K
K
kvital2015-08-29 10:13:29
Neural networks
kvital, 2015-08-29 10:13:29

Is it correct not to use the threshold function on the last layer of the neural network?

I want to build a neural network, where the input will be an array of numbers and the output will also be an array of numbers (not boolean). In the primitive case, this is just a fit, but if the network is multilayer, then it is desirable to use the logistic function. So far I have not seen examples of such use of ns.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Daniil Smirnov, 2015-08-30
@kvital

It will be quite correct. if the values ​​at the input and output are normalized, then at the outputs you will most likely receive a probability value (in the case of classification / clustering problems)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question