I've going on a little competition with friends: We're writing models for the upcoming worldcup to see whoms model gets the most points out of a tip game.
So my approach would be to write a neural network and train it with previous worldcup results regarding to the anticipated wining rates (back then), to maximize the score of the tip game (e.g. 6 points for the exact score, 4 correct goal difference, 3 correct winner).
Scrap rates from various sites (bwin etc.) and let the network tip for me.
I'm familiar with linear algebra, probability calculus etc., but have never programmed a neural network yet.
Since I have not much time left, could someone help me by picking the best approach (like which concept/algorithm I should use) or link me a tutorial to a similar problem or the approach that would fit?
Best, Hannes