HoNNeT

Deep learning predicts who would win in a HoN match given heroes of both team.

HoNNeT Website Screenshot

The idea is that we will download match information in the past and train a deep learning model which receives hero picks of both team as input then predict which team is winning.

Note: Heroes of Newerth (HoN) is a multiplayer online battle arena (MOBA) game similar to DOTA but is very popular among Thai people.

Role of each file

Disclaimer

The data used for training the model needs to be updated regularly because heroes mechanisms are updated often. Look at the modification date of the honnet_brain.h5 to see when it was last updated.

PS. This repository is for gathering matches data and training deep learning model only. For the user interface which is implemented as a web application on Heroku, you need to see HoNNeT-web repository.