Coder Social home page Coder Social logo

h_out's dimension problem ?? about aggcn HOT 4 CLOSED

cartus avatar cartus commented on July 24, 2024
h_out's dimension problem ??

from aggcn.

Comments (4)

Cartus avatar Cartus commented on July 24, 2024

Hi @antxyz ,

I am a little bit lost... Could you explain more about your question?

from aggcn.

antxyz avatar antxyz commented on July 24, 2024

image
In your AGGCN article, blocks are composed of attention guide layer, dense connection layer and linear combination layer. I want to know whether the dimension of input h_out={h1, h2,..., hn} of linear combination layer is dN or (dN)*N?

from aggcn.

Cartus avatar Cartus commented on July 24, 2024

I see. The input is d x N.

d is the input dimension of the densely connected layer. You can consider the densely connected layer as a black box. The output dimension of the black box is still d, no matter what the calculation happened inside the box.

Assume you have N different adjacency matrices generated by the attention guided layer. Then you have N different GCNs (densely connected and parameters are not shared) to encode them.

We want to have 1 final representation. Therefore, we simply convert these N outputs (each one has dimension d) into 1 by using a linear transformation.

from aggcn.

antxyz avatar antxyz commented on July 24, 2024

I got it. Thank you very much.

from aggcn.

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.