Combining Neural Networks
Is it possible to combine multiple types of data through a neural network and in return output a particular datatype?
For example, can I input an image and some metadata about that image, then the algorithm will output a number.
I’m thinking along the lines of stitching a CNN and ANN together.
Thanks in advance!