evidation-health / ContinuousTimeMarkovModel

Continuous-time Markov model with discrete observations
MIT License
23 stars 23 forks source link

Change Tensor representation layouts #16

Closed pourzanj closed 8 years ago

pourzanj commented 9 years ago

Change representation of Tensors S, X etc. to be more flat for easier Theano computation and also to not have to rely on padding. This involves changing logp algorithms such as the one for S and X.

dstuck commented 8 years ago

Oh, hey. Just found that this issue is still here. Fixed with the merge from logp_theano branch.