Help, my google skills are failing me. I can find many many great examples of how to process just text, just numerical/categorical, or just images, but I can't find either what one type of model can handle them all nor how to stack the different types of models needed with each other.
I was hoping to use Tensorflow as that handles the image processing the best. And though I can figure out how to do each data type in different tensorflow models, I can't find a good example of how to combine the results. Or it may be that you can combine all these different tensors and feed them into the same model, like a CNN, but I can't find an example of that either.
Anyone have a good link to share or advice on how to do this type of thing?