Suppose your training examples are sentences (sequences of words). Which of the following refers to the jth word in the ith training example?
We index into the i-th row first to get the ith training example (represented by parentheses), then the j-th column to get the jth word (represented by the brackets).