N
N
Naildown2017-02-20 19:05:02
Neural networks
Naildown, 2017-02-20 19:05:02

How to correctly present the results of a neural network to predict an event from 3 outcomes?

Started studying neural networks. It is necessary to predict the outcome of a football match (P1 / X / P2). At the output of the network, I get the value 0..1 as the probability of an outcome, but how to connect this result with a certain outcome?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
ivodopyanov, 2017-02-21
@ivodopyanov

3 outputs and softmax

N
nirvimel, 2017-02-20
@nirvimel

So it's better:
1. (binary output) One of the two teams had an advantage over the other.
2. (binary output) This advantage was enough to win (otherwise - a draw).
So worse:
1. (binary output) Team A wins.
2. (binary output) Team B wins.
Draw = not(a) and not(b).
The first option will have greater prediction accuracy and the corresponding network will be easier to train. You can check and make sure.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question