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

https://github.com/aggstam/patternrecognition

MATLAB scripts predicting match results using Machine Learning, based on attributes provided in European Soccer Database.
https://github.com/aggstam/patternrecognition

kmeans machine-learning matlab neural-network pattern-recognition

Last synced: 7 months ago
JSON representation

MATLAB scripts predicting match results using Machine Learning, based on attributes provided in European Soccer Database.

Awesome Lists containing this project

README

          

# PatternRecognition
These MATLAB scripts predict match results using Machine Learning, based on attributes provided in European Soccer Database [1].


Scripts folders:
- I: simple neural network using data of each company.
- II: multilayer neural network using data of each company.
- III: multilayer neural network using data of all companies.
- IV: KMeans using data of each company.

For each classifier, K-Fold validation has been implemented to measure accuracy statistics.


SQLite file should be extracted in root folder, so all scripts can access it.

## References
[1] https://www.kaggle.com/hugomathien/soccer