0

I read Zhang's paper Expert Finding in A Social Network, formula(1) is a propagation-base approach,similar to a standard belief propagation.Is there a code example or tool to do this? the propagation scheduler seems need to be a parallel implementation.Any guidance would be greatly appreciated.

David
  • 91
  • 1
  • 10
  • I'm not sure this is the right site for this. Also you need better tags if you want anyone to notice this question. (If the tags don't exist, it's probably because this isn't the right site.) – Ariel Sep 13 '12 at 08:07

1 Answers1

1

You might want to check out LibDai (open source, based on C++ and MatLab) which provides some inference algorithms, including some variations of the belief propagation.

Alex
  • 23,004
  • 4
  • 39
  • 73