| ... | @@ -52,4 +52,5 @@ h_t = f(X_1,X_2,X_3, ..., X_n) |
... | @@ -52,4 +52,5 @@ h_t = f(X_1,X_2,X_3, ..., X_n) |
|
|
y_t = g(X_1,X_2,X_3, ..., X_n)
|
|
y_t = g(X_1,X_2,X_3, ..., X_n)
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
and this is where the recursive nature comes from. |
|
and this is where the recursive nature comes from. Note that the objective of the training is to find the best W matrices fitting our data.
|
|
|
|
|