I have a large (order of 10k) set of data, let’s say in the form of key-value:
A -> 2
B -> 5
C -> 7
D -> 1
E -> 13
F -> 1
G -> 3
. . .
Also a smaller sample set (order of 10):
X -> 6
Y -> 8
Z -> 14
. . .
Although the values are shifted, the pattern can be found in the original data. What would be the best approach to match or do pattern recognition so that the machine recognizes the corresponding keys in the original data:
X -> B
Y -> C
Z -> E
. . .
I have been reading about TensorFlow and have been doing some exercises, but as a total noob I am not quite sure this is the right tool, or if it is, how exactly to go about the problem.
Thanks for any hints.
6.1,7.9and14.001actually. :-)