Answer the question
In order to leave comments, you need to log in
Neural network. How to predict the victory of one of the three teams?
Hello.
I have been trying to make a neural network for a long time that will predict the victory of one of the three teams.
So, imagine that there are matches in which 3 teams take part, and only one can win (there are no draws).
We need to predict the victory of one of the 3 teams.
To train the neural network, the characteristics of each team will be introduced (for example, the percentage of the team winning, what place in the top, etc.; some text values?), as well as the number of the team that will win.
After reviewing many sites, I did not find such a performance of the neural network. Usually, something is simply determined from the input data (for example, we enter the height, weight, temperature of the animal, and it shows us what kind of animal it is). And we should have some kind of comparison between 3 teams.
I beg you to help and do not enter complex terminology in response, since I am new to this. If there are ready-made implementations (open libraries), then it would be nice if you dropped a link to them.
Thanks in advance
Answer the question
In order to leave comments, you need to log in
The task of predicting the winner of a match is no different from the task of classifying an animal. Only in the sports problem the object of classification is a "match" which includes a description of the teams that took part in it. The result of the classification - respectively, not "cats" / "dogs", but "team 1 victory" / "team 2 victory".
Corresponding "ready-made implementations" are in Python, and in R, and in almost any library for Machine Learning.
if you take it small , it’s
better to take the stock exchange right away,
or at least learn the theory, independent events there, finite automata, etc.
The simplest option with neural networks is to simply concatenate the characteristic vectors of these three commands, and then, as usual, fully connected layers, at the end of softmax and 3 outputs 0/1 for each command.
But in general, such tasks seem to be much better solved by gradient boosting.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question