0 votes
in Deep Learning by

Suppose your training examples are sentences (sequences of words). Which of the following refers to the jth word in the ith training example?

1 Answer

0 votes
by

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).

...