Combined with ChatGPT generative big language model technology, how to improve the lottery winning rate?
Program Idea:
1) Based on historical lottery data, please ChatGPT to implement code interpretation
And give the top 5 numbers with the highest frequency of the first number in the lottery.
For example: 23, 45, 87, 32, 44.
2) Take the number 23 as an example and let the ChatGPT implementation code be based on history
Lottery data interpretation shows that the number with the highest probability appears after 23
What number is the word, such as 49. Continue to find 49 out after sequentially
What is the number with the highest probability until all 6 numbers are produced
Bear.
3) The first code implementation: using probability and statistics methods to generate a set of colors
Ticket number. (Refer to the following code)
4) Second code implementation: generative models using probability and statistics and GPT
to generate a set of lottery numbers. Historical data needs to be used to fine-tune training
Practice the model.