Implementation of Neural Message Passing as proposed by Justin Gilmer et al. in [1].
$ pip install -r requirements.txt
$ python main.py
The data used in this project can be downloaded here.
- Data downloader.
- Main code structure.
- Graph Loader: Graph reader for the common datasets.
- Message function: Reproduce message functions for the state of the art papers.
- Update function: Reproduce the node update functions.
- Readout function: Reproduce readout functions.
- Pau Riba (@priba)
- Anjan Dutta (@AnjanDutta)