Graph neural Network forward pass implementation in C++. Use of various Algorithms like :
- Graph Convolution Networks (GCN)
- GraphSage
- Graph Attention Network (GAT)
- Clean OOP structure for various implementations
- CMake build system.
- Example graph data and test runners.
1 . Clone the repository :
https://github.com/Srimukhi8/GUNN-Task1
2 .
mkdir build
cd build
cmake ..
make
3 . Run the example :
./graph_app graph_data.txt
Give the input (desired number of output features).