https://github.com/nemanjarogic/handball-betting-prediction
Aim of this project is accomplishing a quality prediction for the final scores in Germany Bundesliga handball games as well as accomplishing high accuracy of the prediction. For assistance in that task will be used an artificial neural network.
https://github.com/nemanjarogic/handball-betting-prediction
python
Last synced: 2 months ago
JSON representation
Aim of this project is accomplishing a quality prediction for the final scores in Germany Bundesliga handball games as well as accomplishing high accuracy of the prediction. For assistance in that task will be used an artificial neural network.
- Host: GitHub
- URL: https://github.com/nemanjarogic/handball-betting-prediction
- Owner: nemanjarogic
- Created: 2015-12-14T18:14:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T19:23:26.000Z (about 9 years ago)
- Last Synced: 2024-12-27T17:33:08.698Z (4 months ago)
- Topics: python
- Language: HTML
- Homepage:
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**
**
Handball betting predictionAim of this project is accomplishing a quality prediction for the final scores in Germany Bundesliga handball games
as well as accomplishing high accuracy of the prediction.
For assistance in that task will be used an artificial neural network.
Directories1. DataSet
1.1 Predict
Files for final prediction after training of the artificial neural network. For the prediction we have one round in Bundesliga written in excel file, and ANN makes a prediction for that round. The round written in excel file will be played in future.
1.2 Test
Test files which is used in calculation for the accuracy of the prediction.
1.3 Train
Files for the training of the artificial neural network.