Skip to content

利用神经网络预测福彩3D彩票

Notifications You must be signed in to change notification settings

cafebox/lottery

 
 

Repository files navigation

基于神经网络的福彩3D预测

本项目分别采用了循环神经神经网络(LSTM)和卷积神经网络(Conv1D)对福彩3D进行了预测。将彩票的历史开奖记录先处理为序列数据、生成有监督学习的样本集,然后交给神经网络进行预测。 程序1: lstm_predict.py 基于循环神经网络的彩票预测 程序2: cnn_predict.py 基于卷积神经网络的彩票预测

About

利用神经网络预测福彩3D彩票

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.1%
  • Java 17.9%