Slide 14
Slide 14 text
Convert the data into numerical data
13
[
[[16, 35, 49, 53, 33, 42], 17],
[[22, 46, 43, 42], 17],
[[14, 33], 17],
……
]
Find alphabet (X) and a set
of country names (Y)
Build an associative array
to map a letter/country
into an integer ID
Convert letters and countries
into integer IDs by using the
associative arrays
https://github.com/chokkan/deeplearning/blob/master/notebook/rnn.ipynb