joseprupi
joseprupi

Reputation: 349

Binary approach of affinity propagation

I'm implementing the Binary Variable Model for Affinity Propagation and have a conceptual doubt about it.

I can understand most of the algorithm and have my implementation working, but I don't understand why is not needed to send both values for the messages and why after adding incoming messages positive values correspond to one and negative to zero.

Thanks

Upvotes: 0

Views: 152

Answers (1)

joseprupi
joseprupi

Reputation: 349

An explanation can be found at Frey and Dueck 2007

Upvotes: 0

Related Questions