Custom neural networks in Keras: a street fighter’s guide to build a graphCNN

How to build neural networks with custom structure and layers: Graph Convolutional Neural Network (GCNN) in Keras.

Shuyi Yang
Towards Data Science
7 min readJun 22, 2020

--

At a certain point in our lives, predefined layers in Tensorflow Keras are not enough anymore! We want more! We want to build custom neural networks with creative structures and bizarre layers! Luckily for us, we can easily perform this task within Keras by defining our custom layers and models. In this…

--

--

What the caterpillar calls the end, the rest of the world calls a butterfly. — Lao Tze