Pruthwik / NumberSequencePrediction

Number Sequence Prediction
0 stars 0 forks source link

Unable to use large numbers #1

Open JasY95 opened 2 years ago

JasY95 commented 2 years ago

This repo has been dormant for some time, but I have a use-case for it. Though, I need it to operate with very, very large numbers. 3908372542507822062, for example. Can this be done?

Pruthwik commented 2 years ago

It is possible, usually tensorflow/keras represents the input as double or 64 bytes. So the acceped range is ±2.23×10^−308 to ±1.80×10^308.