GithubHelp home page GithubHelp logo

About weighted graph about gae HOT 6 OPEN

tkipf avatar tkipf commented on May 26, 2024
About weighted graph

from gae.

Comments (6)

tkipf avatar tkipf commented on May 26, 2024

from gae.

johnqoe avatar johnqoe commented on May 26, 2024

Thans for your reply and guidance. I still have some questions and would like to trouble you for advice.

objective:
The graph in my experiment is a fully connected graph, each edge has a non-zero weight, and each node has two attributes (values greater than 1), I want to get the node representation(embeddings) based on the GAE model,and further do node clustering.

questions:
At the moment, I have finished loading the data, but I am having trouble selecting the edge as a negative sample. I don't know how to select the edge or its weight as a negative sample.
As you suggested above, Is it necessary to set a threshold for the weight of the edge? An edge larger than the threshold is used as a positive sample, instead, an edge smaller than the threshold is used as a negative sample. Could I make out in this way?

I hope that you can give some advice and guidance and look forward to your reply.

The text file in the attachment stores the adjacency matrix used in my experiment.
adj.txt

from gae.

tkipf avatar tkipf commented on May 26, 2024

from gae.

johnqoe avatar johnqoe commented on May 26, 2024

That would really help me a lot. I'm very grateful.

from gae.

sonoftherock avatar sonoftherock commented on May 26, 2024

Hello, I am also using the GAE model on adjacency matrix data with continuous positive weights. I ran into a problem while training the network to create reconstructions of the original adjacency matrix. For some reason, despite changing the activation function of the InnerProductDecoder from sigmoid to relu, I get reconstructions that contain only binary values of 0 or 1 instead of continuous weights.

Does the current framework support reconstructions of continuously weighted adjacency matrix? Thank you so much for your time.

from gae.

tkipf avatar tkipf commented on May 26, 2024

from gae.

Related Issues (20)

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.