Predict a future league using neural network
1 view (last 30 days)
Show older comments
I'm making a project that predicts a league outcome, but I wanna try with the basics first which is predicting team vs team from past history data.. This is an example of my data:
date teamA teamB winA
1/1/2000 12 19494 1
2/1/2000 159 44 0
5/1/2000 12 455 1
teamA is the code of the home team, teamB is away team, winA is the status of win on that match; 1 being teamA's win and 0 being a loss (teamB's win). I was wondering which Neural Network tool should I use on Matlab. I am using Matlab R2015b. Thanks.
0 Comments
Answers (0)
See Also
Categories
Find more on Define Shallow Neural Network Architectures in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!