Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to set up network for regression task #34

Open
emanuelazcona opened this issue Jul 17, 2018 · 3 comments
Open

Trying to set up network for regression task #34

emanuelazcona opened this issue Jul 17, 2018 · 3 comments

Comments

@emanuelazcona
Copy link

Could you possibly point me on where to start with this so I can set this up for a regression task? Plan on using L2_loss.

I have multiple samples of data that lie on the same graph, however the features at each node is a vector. I was wondering how to get around since I'm dealing with a 3D tensor:

X : (Samples x Nodes x features)
Y: (Samples x Nodes x features) as well

Most of the operations in both implementations seem to only work for X being a matrix, unless I'm mistaken.

Of course, my adjacency & laplacian will remain 2D matrices for all operations (there the Cheby. will be too)

@tkipf
Copy link
Owner

tkipf commented Jul 17, 2018 via email

@emanuelazcona
Copy link
Author

emanuelazcona commented Jul 18, 2018

Thanks for the tip! Will try now.

Also, have you guys worked on pooling for this? I know Defferrard et al. built their Chebynet with pooling. Just wondering if there is a Keras implementation yet.

@tkipf
Copy link
Owner

tkipf commented Jul 19, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants