An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

**


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.


Directories

1. 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.