jnpark3 / Forward-Forward_GNN

Implementation of the Forward-Forward procedure for Graph Neural Networks, described in a paper by Paliotta et. al.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Neural Networks Go Forward-Forward

Implementation of the forward-forward procedure for GNNs described by Paliotta et. al. in the paper titled "Graph Neural Networks Go Forward-Forward" released on 10 Feb 2023. This framework allows training graph neural networks with forward passes only, without backpropagation.

Curently a work in progress

About

Implementation of the Forward-Forward procedure for Graph Neural Networks, described in a paper by Paliotta et. al.


Languages

Language:Python 100.0%