A deep learning experiment for predicting Japan's Loto6 lottery numbers using BiLSTM and Monte Carlo Dropout.
No guarantee of winning. Use responsibly.
- Automatic fetch of the latest Loto6 results
- 4-layer BiLSTM with L2 regularization + Monte Carlo Dropout
- Regression output with uncertainty estimation (mean ยฑ std)
- 1 main prediction + up to 3 Monte Carlo-based subsets
- Click the Open in Colab badge above to open the notebook
Loto6_DeepLearning.ipynblocated at the root of theloto6-deeplearningrepository. - Run
Runtime โ Run allfrom the top of the notebook. - Check the learning curves and the predicted numbers.
- This notebook is for research and educational purposes only
- No guarantee of winnings, use at your own risk
- Please gamble responsibly
- numpy
- pandas
- matplotlib
- tensorflow >= 2.12
- scikit-learn