Link predition using GNN or GCN on image dataset

I want to make binary classification on my image dataset (like fake and good images) using graph representation GNN, GCN model. I thinks to link prediction with GNN or GCN but don’t know how represent data as graph and make GCN model training with. Please help me with some source, link or guide …

I try to make binary classification on image dataset using link prediction with GNN or GCN graph data representation.

Leave a Comment