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

Image Classification #48

Open
sayands opened this issue Sep 29, 2019 · 2 comments
Open

Image Classification #48

sayands opened this issue Sep 29, 2019 · 2 comments

Comments

@sayands
Copy link

sayands commented Sep 29, 2019

I have an MNIST-like dataset for image classification using a Graph Convolutional Neural Network. Could you maybe suggest on how to make the adjacency matrix for such a dataset ?

It would be great. Please let me know.

@sousoufa
Copy link

I have the same problem. Can you help me

@mdeff
Copy link
Owner

mdeff commented Jul 20, 2020

The graph of an image is a 2D grid. You can generate a 10x10 grid (with adjacency and Laplacian matrices) with the PyGSP as graph = pygsp.graphs.Graph2d(10, 10) [doc].

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

3 participants