Giter Club home page Giter Club logo

Comments (6)

mach-12 avatar mach-12 commented on June 4, 2024 1

@arnoegw
Is this enchancemnet still open? Would be willing to contribute.

from gnn.

janpfeifer avatar janpfeifer commented on June 4, 2024 1

hi @mach-12 ,

I just wanted to mention that we love to see contributions of different model types that use TF-GNN. But we hesitate in incorporating them to the main repo, because of maintenance concerns.

If you are interested in doing a link prediction (detection) GNN model, I was going to suggest to create your own repository, and we'll add in our home (README.md file) a section on contributed models and link to it, with a description line.

Contributed models that become very popular / asked for, we could move to the main repo, attributing clearly proper credit to the author(s).

cheers

from gnn.

mach-12 avatar mach-12 commented on June 4, 2024 1

Thank you. Going to go along with that.

from gnn.

arnoegw avatar arnoegw commented on June 4, 2024

Hi @TimSchmeier , thanks for reaching out!

TF-GNN does support building GNNs suitable for link prediction/detection/classification. For a demonstration of an advanced model on a toy dataset, please see our shortest-path colab. TF-GNN's modeling guide talks about using edge states in addition to just node states.

That said, the end-to-end examples shipped with TF-GNN initially focus on node classification, and the graph sampler tool caters to that.

Let's keep this open as a feature request for a link prediction demo on a serious dataset. (No promises of timeline.)

from gnn.

TimSchmeier avatar TimSchmeier commented on June 4, 2024

Sounds good, I'll take a look. If I can figure it out I'll open a PR for a notebook.

from gnn.

aferludin avatar aferludin commented on June 4, 2024

Hi @mach-12

We have limited support for link prediction in 1.0 as

  • experimental sampling: experimental/sampler/link_samplers.py to create sampling model and in tfgnn_sampler tool, see tensorflow_gnn/sampler/sampling_spec.proto:SymmetricLinkSeedOp. Documentation is coming in 1.1.

  • runner: tensorflow_gnn/runner/tasks/link_prediction.py

from gnn.

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.