python 实现FacetNet论文算法

版权声明:本文为博主原创文章,欢迎转载但请声明来源。 https://blog.csdn.net/blmoistawinde/article/details/82817685

    最近研究演进网络(network evolution), 发现Facetnet: a framework for analyzing communities and their evolutions in dynamic networks,这篇文章似乎是演进网络中社区发现的一篇引用量比较高的文章,其中的算法框架和soft modularityevolution net的概念在社区的概率建模以及演进网络的过程解释方面也挺有意思。
    于是实现了论文算法,放在我的Github上: https://github.com/blmoistawinde/facetnet-python
    不过在实现论文的时候也发现一些问题,论文说到可以变换社区数量,但是当社区数量改变时,参数更新公式(9),(10)中就会出现越界的下标k?有想明白这个问题的也可以跟我交流一下。

猜你喜欢

转载自blog.csdn.net/blmoistawinde/article/details/82817685