Skip to content

Predict the match result in Korean Baseball League by ANN(artificial neural network) with deep learning framework - Tensorflow.

License

Notifications You must be signed in to change notification settings

SkyHenryk/KBL-ANN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KBL-ANN

KBL-ANN is a deep learning script that predicting the match result in Korean baseball league by Artificial neural network with Tensorflow.

Requirement

python3.6

tensorflow

pandas

numpy

How to use?

pip3.6 install -r requirements.txt -I
cd KBL-ANN
python3.6 kbl_ANN.py

How to review?

tensorboard --logdir=./logs/kbl_ANN_L0.0001_W1000_T10001

Warning : the log folder name is depends on learning rate, weight size and traning times.

How did I make the data pre-processing?

please check out KBL-ANN/mining/kboDataPreprocessing.py.

About

Predict the match result in Korean Baseball League by ANN(artificial neural network) with deep learning framework - Tensorflow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages