├── README.MD ├── dataset.py ├── lotto.csv ├── model.png ├── models.py ├── predict.py ├── random_show.py ├── requirements.txt ├── settings.py ├── train_and_show.py ├── train_with_whole_dataset.py ├── update_data.py └── utils.py /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/lotto/HEAD/README.MD -------------------------------------------------------------------------------- /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/lotto/HEAD/dataset.py -------------------------------------------------------------------------------- /lotto.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/lotto/HEAD/lotto.csv -------------------------------------------------------------------------------- /model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/lotto/HEAD/model.png -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/lotto/HEAD/models.py -------------------------------------------------------------------------------- /predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/lotto/HEAD/predict.py -------------------------------------------------------------------------------- /random_show.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/lotto/HEAD/random_show.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/lotto/HEAD/requirements.txt -------------------------------------------------------------------------------- /settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/lotto/HEAD/settings.py -------------------------------------------------------------------------------- /train_and_show.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/lotto/HEAD/train_and_show.py -------------------------------------------------------------------------------- /train_with_whole_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/lotto/HEAD/train_with_whole_dataset.py -------------------------------------------------------------------------------- /update_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/lotto/HEAD/update_data.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/lotto/HEAD/utils.py --------------------------------------------------------------------------------