N | 教師データ数\(N\)。 The number of teaching data \(N\). |
J | 出力層における変数の数\(J^{(M+1)}\)。 The number of variables, \(J^{(M+1)}\), in the output layer. |
x | 出力層における変数の値を並べた\(N\times J^{(M+1)}\)の2次元配列。
各n,iについてx[n][i]\(=x_i^{(M+1,n)}\)とする。 A 2-D array of \(N\times J^{(M+1)}\) composed of the values of variables in the output layer; x[n][i]\(=x_i^{(M+1,n)}\) for each n and i. |
t | 教師データにおける出力層の正解値を並べた\(N\times J^{(M+1)}\)の2次元配列。
各n,iについてt[n][i]\(=t_i^{(n)}\)とする。 A 2-D array of \(N\times J^{(M+1)}\) composed of the values of correct values in the output layer; t[n][i]\(=t_i^{(n)}\) for each n and i. |