Is is possible to train this format of data?
{{21, 30, 39, 45, 46, 44}->{1, 5, 20, 28, 52, 24}
{31, 52, 36, 34, 26, 32}->{9, 47, 40, 34, 7, 11}
{48, 35, 44, 8, 45, 4}->{25, 30, 4, 28, 21, 35}
.
.
.
{15, 42, 49, 17, 44, 30}->{22, 11, 19, 23, 15, 18}}
Will a Neural Network learn these associations?
Thank You Michel