This document discusses implementing graph convolutional networks in Apache Spark for intelligent workflow automation. It provides background on deep learning models and graph neural networks. It then describes experiment steps for implementing a graph convolutional network on the Cora dataset using Spark, Breeze, and Analytics Zoo. The model achieves an accuracy of 0.769202 on the Cora dataset when using a spectral graph convolution approach with renormalization. Visualizations show the learned representations improve with the use of convolutions on the graph.
Related topics: