Git Product home page Git Product logo

overlapping-community-detection's Issues

RuntimeError

Hi, I converted the notebook into py but I got this error when running the code:

RuntimeError:
An attempt has been made to start a new process before the
current process has finished its bootstrapping phase.

Do you have any idea of what's causing it?

the data format

Hi, @shchur
Would you please let me know the data format of the input graphs? I convert several graphs from mtx to npz, but the following errors occurred.
'
Traceback (most recent call last):
File "example.py", line 14, in
G = nocd.utils.load_dataset(path_to_dataset)
File "/home/community/nocd/nocd/utils.py", line 49, in load_dataset
A = sp.csr_matrix((loader['adj_data'], loader['adj_indices'],
KeyError: 'adj_data'
'

Questions regarding your implementation

Hi, I have read yoru code and have some questions here:

  1. you adopted the self-implemented l2_reg_loss and add it to BP loss. Why don't you use the l2_reg of Adam optimizer by setting weight_decay param?
  2. in your gcn implementation, I noticed
    image
    I wonder why are there two dropout in one layer?

Comparison experiment

Hi, I recently read your paper,I‘m very interested in your paper,Can you provide comparison experiment code?For example,I I reproduced the result of Bigclam method is very low( NMI=0.05.But the result you get is NMI=0.26)So I am very curious about what I did wrong.Thank you very much

Cannot reproduce best results

Hi, I am trying to reproduce the best results of mag_cs dataset which achieves 50.2 in the paper. I adopt the same settings and early_stop as mentioned in your paper, but my best result achieved is 46.0 and generally the NMI score is around 43;
Besides, the weight_decay value in interactive.ipynb is 1e-5 by default while in your paper the regularization strength lambda=1e-2(which resulted poor performance). Which one should I use to reproduce the best result of CS dataset?

any suggestions?

cannot open interactive.ipynb

Notebook JSON is invalid: 'ename' is a required property
Could you specify the version of jupyter notebook you use?

Dataset missing!

Overlapping datasets are not available. Will you provide a sample dataset instead?

What is A1

In the nocd/sampler.py
to_keep = (1 - self.A[cne1, cne2]).astype(np.bool).A1 * (cne1 != cne2)

What is A1 here this is causing Error

Using NetworkX Graph as Input

Hi Oleksandr,

Thanks for creating an excellent Jupyter notebook to accompany this interesting work! I was hoping to test this out, but am unfamiliar with the .npz input format used. I was wondering if you could provide a code snippet to utilize your method when starting with a NetworkX graph constructed from a simple edge list.

For example starting with graph from:

import networkx as nx
import pandas as pd

edges = pd.read_csv("Edge_List.csv")
graph = nx.from_pandas_edgelist(edges, "Source", "Target")

Thank you!
Steve

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.