This is really powerful. As a use case I'm considering the graph of streets in a city. A task would be to make predictions on the next nodes visited by a vehicle given the history of the recent nodes. I'm not sure how you deal with mini batches. Since you need the Adj matrix of the whole graph?
Show HN: Graph Convolutional Networks – Intro to neural networks on graphs
11–13 of 13 posts
Re: Show HN: Graph Convolutional Networks – Intro to neural networks on graphs
#12Earlier quoted context omitted.
Stupid question: can bayesian networks (graphs) be a useful input?
Currently the framework only supports undirected graphs, so directed graphical models wouldn't be supported as input. I can't really judge how useful it would be to take a Bayesian net as input, sounds a bit hacky to me. But in principle you could train a neural net on any kind of graph, someone recently suggested to take the connection graph of another neural net as input and try to learn some function on that. But…
Training such a net to learn and output(!) superior tensorflow graphs etc!
Re: Show HN: Graph Convolutional Networks – Intro to neural networks on graphs
#13Earlier quoted context omitted.
Stupid question: can bayesian networks (graphs) be a useful input?
Currently the framework only supports undirected graphs, so directed graphical models wouldn't be supported as input. I can't really judge how useful it would be to take a Bayesian net as input, sounds a bit hacky to me. But in principle you could train a neural net on any kind of graph, someone recently suggested to take the connection graph of another neural net as input and try to learn some function on that. But…