-
I have a small question regarding the interpretation of the rate model: for example, how can we describe the coefficient of the time intercept? Is it in the unit of seconds -given that I use timestamps in the Also, I have a little issue: for a ~300 node, ~40.000 event DyNAM fit, even the rate model takes several hours to converge. I am experimenting with "default_c" and "gather_compute" engines, which helps, but I really need a bit more performance to conduct the necessary experiments. Do you have any recommendations on how to improve the training speed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @meakbiyik, I'll try to answer your questions in the text below:
It would be a good addition to this discussion to know what works in your case that helps with the performance. I'd come back if I had some additional tips or detailed information about it. |
Beta Was this translation helpful? Give feedback.
Hi @meakbiyik,
I'll try to answer your questions in the text below:
Rate model interpretation: You're on the right path. The exponential rate models the waiting time until an actor creates the next relational event. The parameter vector and the set of real functions evaluating the process state are expressed as a linear combination. An exponential transformation of this linear combination ensures that the transition rate cannot become negative. The interpretation of the coefficient as a Poisson distribution uses the exponential of the coefficients. It gives the expected number of events by a unit of time (as you mention, if the unit is in seconds, it provides the expected number of even…