Source: Unsplash

With Keras’ Functional API, Your Imagination is the Limit

Build any neural network structure you’d like

Andre Ye
6 min readSep 8, 2020

--

Most people are familiar with building sequential models, in which layers follow each other one by one. For instance, in a convolutional neural network, we may decide to pass images through a convolutional layer, a max pooling layer, a flattening layer, then a dense layer. These standard…

--

--