I have had a discussion with my brother regarding using Machine Learning to win the lottery. I think it is impossible and want to show him. So i have started to learn python and are totally new to this world
I have the outputdata, but i need the inputdata. The lotterys numbers will generate 95.000.000 lines, and i don't know where to make these lines and how?
The lottery have 5 numbers between 1 and 50, and two numbers between 1 and 10. The 5 numbers can't be the same, and the same with the last two. So (1,2,15,23,54,1,2) is a possible number. I imagine it couls look like this for all combinations (1:50≠1:50≠1:50≠1:50≠1:50,1:10≠1:10)?
Is it necessary to have all the input data, or can i code my way out of it?
I have tried using R and Excel to generate all the numbers, but there are not enough lines.
I hope you can help! Ask if something is unclear.
Thanks in advance
The other brother