|
|
|
|
|
by robrenaud
890 days ago
|
|
Removing the exponential allows some linear algebra based tricks. It makes the state space linear. Linearity allows a kind of running sum, where the state space at time T is quickly computable from the state space at time T-1. That linearity model simplification has model expressiveness costs, which is why they don't fit the training data as well. |
|