Machine-Learning-Lottery-Prediction
Machine-Learning-Lottery-Prediction copied to clipboard
How to generate the first number
Epoch 998/1000
- 0s - loss: 0.0422 - acc: 0.9778 - val_loss: 13.5994 - val_acc: 0.0000e+00 Epoch 999/1000
- 0s - loss: 0.0876 - acc: 0.9667 - val_loss: 12.6338 - val_acc: 0.1000 Epoch 1000/1000
- 0s - loss: 0.0998 - acc: 0.9556 - val_loss: 13.1530 - val_acc: 0.0000e+00 1600/1600 [==============================] - 0s 16us/step
finish ! but how to generate the first number
Hello I'have the same result, but I can't find how to print the result number....
Hello, @Taf13190 When call the modelo function, it returns the tuple array and you can get the classes array. This array shows the probability of each number that can appear as a first number. The maximum value number is a generated first number.