|
• BPN and probabilities
Hi,
I have been working on a neural network using a back propagation network for some time and it is a good prediction tool currently which is good. However, ideally, its three outputs would give me an output related to each other in such a way that I could derive a probability from each of the outputs.
Looking at my options, I dont see how this can be done with an activation function as it rationalizes the outputs and in a three layer network you get outputs such as 0.71, 0.72, 0.70 returned. However, I cannot find any evidence of working neural networks which work in this way returning a decent value for probability.
Is this possible? Has anyone got any pointers?
Thanks,
Adam
|