nums = ['2', '4', '1', '3', '9', '5', '1', '1', '5', '3', '6', '5', '9', '2', '3', '0', '4', '1', '6', '9', '8', '3', '0', '2', '2', '7', '0', '0', '6', '8', '8', '7', '9', '8', '6', '9', '8', '7', '0', '3', '0']
output_number = 3212448125
For example I have a huge dataset of these nums and output_numbers...is there any way I can train a neural network in python to identify if there is a pattern to get the number from the list?
So far I can't think of anyway