Open kangyang73 opened 5 years ago
Hi @yangkangyk
I am glad you are interested in the problem of "when-to-post". You can find more detailed investigation of the problem using different perspectives here:
Using stochastic optimal control: RedQueen: An Online Algorithm for Smart Broadcasting in Social Networks, WSDM 2017; Code: https://github.com/Networks-Learning/RedQueen
Using reinforcement learning: Deep Reinforcement Learning of Marked Temporal Point Processes, NeurIPS 2018; Code: https://github.com/Networks-Learning/tpprl
There are some examples about how to use the API of this package in RedQueen, here: https://github.com/Networks-Learning/RedQueen/blob/master/redqueen/opt_runs.py#L196-L237
Hope that helps!
@musically-ut thanks a lot!
@harrymvr I recently read your article about sloving the problem of "when-to-post", I very much admire your ideas, but how should I run your code?