use the following command to train a simple model:
python train_mlp.py
data frame for dataset/combine_dataset.txt:
([line number, enemy serial number, enemy side, quantity],...,[line number, enemy serial number, enemy side, quantity],winning side)
use the following command to convert a xlsx file to the above data frame:
python scan_xlsx.py