Answer the question
In order to leave comments, you need to log in
What data is needed for machine learning based on RNG prediction?
Recently, the following problem has arisen. There is a random number generator (naturally pseudo-random). Numbers are distributed in the range from 1 -1000 inclusive. Next, a dataset was collected, in which about 45000 + -2000, these numbers were randomly generated. Is it possible to train a neural network in such a way that it predicts the next number? Or is more data needed, not the number of numbers themselves, but the input variables on which the output number depends?
Answer the question
In order to leave comments, you need to log in
Neural network - hardly. Her main profile is working with smooth continuous quantities. And if we are talking about prediction, then here the term is rather close - approximation. Or extrapolation.
And if your RNG is crypto-resistant, then consider this a hopeless case. It was created by a specialist so that no one would ever guess about the forecasts.
RNG is something discrete. Here, combinatorics and GA are more suitable. For example, just check if your dataset belongs to some class of values. By repetition. Distribution form. If it's not linear.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question