Machine-Learning-Lottery-Prediction icon indicating copy to clipboard operation
Machine-Learning-Lottery-Prediction copied to clipboard

How to generate the first number

Open ken00335 opened this issue 4 years ago • 2 comments

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

ken00335 avatar Mar 25 '20 18:03 ken00335

Hello I'have the same result, but I can't find how to print the result number....

Taf13190 avatar Jul 30 '20 16:07 Taf13190

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.

ogfan avatar Oct 06 '23 12:10 ogfan