Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 372 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 372 Bytes

Graph Convolutional Network

An example of GCN implementation with MLX.

Install requirements

First, install the few dependencies with pip.

pip install -r requirements.txt

Run

To try the model, just run the main.py file. This will download the Cora dataset, run the training and testing.

python main.py