notebook.community
Edit and run
Do some stuff:
In [2]: from bayespy.nodes import Dirichlet alpha = Dirichlet([1e-3, 1e-3, 1e-3]) print(alpha._message_to_child())
from bayespy.nodes import Dirichlet alpha = Dirichlet([1e-3, 1e-3, 1e-3]) print(alpha._message_to_child())
[array([-666.66994695, -666.66994695, -666.66994695])]
Nice!