goe13 / LotteryPredict

TensorFlow实战,使用LSTM预测彩票

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LotteryPredict

TensorFlow实战,使用LSTM预测彩票

This is a Lottery Prediction little demo, using Tensorflow 1.0 and python 3.5. 这是一个简单的彩票预测程序,使用TensorFlow1.0和Python 3.5开发。

Author chengstone

e-Mail 69558140@163.com

代码详解请参见文内jupyter notebook和↓↓↓

知乎专栏:https://zhuanlan.zhihu.com/p/31845854

博客:http://blog.csdn.net/chengcheng1394/article/details/78756522

欢迎转发扩散 ^_^

本文使用LSTM来预测排列三,运行程序请确保安装了seaborn。

显示准确率

  • 测试准确率
  • Top K准确率
  • 相似度Top K准确率
  • 浮动距离中位数Range K准确率 image

迭代100次的数据分布图

image

生成号码的预测曲线

image

更多内容请参考代码,Enjoy!

许可

Licensed under the MIT License with the 996ICU License.

About

TensorFlow实战,使用LSTM预测彩票

License:MIT License


Languages

Language:Jupyter Notebook 100.0%