Skip to content
#

complex-networks

Here are 250 public repositories matching this topic...

cdlib
OUStudent
OUStudent commented Nov 24, 2021

Trying to use em function to find communities in my undirected networkx Graph.

Line 31 in algorithms\internal\em.py there is a
q[i][g] /= norm, which throws a division by zero error. Looking at the source code of the e_step function:

    def e_step(self, q):
        for i in range(self.n):
            q.append([])
            norm = 0.0
            for g in range(self.k):
bug good first issue

Always sparse. Never dense. But never say never. A Sparse Training repository for the Adaptive Sparse Connectivity concept and its algorithmic instantiation, i.e. Sparse Evolutionary Training, to boost Deep Learning scalability on various aspects (e.g. memory and computational time efficiency, representation and generalization power).

  • Updated Jul 21, 2021
  • Python

Lectures on "crime and political corruption analysis using data mining, machine learning and complex networks" at the School of Applied Mathematics in the Institute of Mathematics and Computer Science at University of São Paulo

  • Updated Jul 7, 2019
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the complex-networks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the complex-networks topic, visit your repo's landing page and select "manage topics."

Learn more