Predict a future league using neural network
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!