Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我读了张的论文Expert Finding in A Social Network,公式(1)是一种基于传播的方法,类似于标准的信念传播。是否有代码示例或工具可以做到这一点?传播调度程序似乎需要并行实现。任何指导将不胜感激。
您可能想查看LibDai(开源,基于 C++ 和 MatLab),它提供了一些推理算法,包括信念传播的一些变体。