Hi,
I'm working with a model that is very similar to the one at the end of http://social.microsoft.com/Forums/en-US/infer.net/thread/94bee5c7-056c-4933-81d0-cbc80bd4d888 to do online learning of TrueSkill for teams. As noted in the TrueSkill Through
Time paper (section 3.2), it would be nice to propagate information backwards in time, in addition to the forward pass that the other code performs. I am having trouble figuring out how to do something like that with this model, since the framework
(very usefully!) abstracts away the message passing discussed in the paper. Can anyone provide insight or code that would get me started on this?
Thanks!