Using the upper left diagonal matrix element to predict

We then use the upper left diagonal matrix element as our input to the training, that is we run training and testing as

  1. \( a_{11}(s=s_0=0) \), \( a_{11}(s_1) \) and \( a_{11}(s_2) \) to predict \( a_{11}(s_3) \)
  2. Then we use \( a_{11}(s_1) \), \( a_{11}(s_2) \) and \( a_{11}(s_3) \) to predict \( a_{11}(s_4) \)
  3. continue till we reach \( s=10 \).