To classify images, we are using a neural network with a few convolutional layers followed by a few fully-connected layers.
The metadata has some numerical information that could help classifying the images. Is there an easy way to input the numerical metadata into the first fully-connected layer, together with the output of the convolutions? Is it possible to implement this using TensorFlow, or even better Keras?