This project is a Python implementation of a greedy algorithm to color the vertices of a graph, inspired by the Four-Color Theorem. The program reads a graph from a file, assigns colors to each vertex ...
Data handling and preprocessing for graph datasets. Various graph neural network models including Graph Convolutional Networks (GCNs), GraphSAGE and Graph Attention Networks (GATs). Training and ...