Appending tabublar data to a CNN

Hello all!

Has anyone found a way to use the fast.ai v3 library to include both image data and tabular data in classification/prediction problems?

How would one append the tabular data to one of the fully connected final layers of the CNN? How does one ensure that the same ID# is being processed for tabular and image data at the same time, other than ordering the data correctly and having matching study keys?

Thanks!

1 Like

FYI, it seems that the Keras functional API, with your data stored on Google Drive and accessed through Colab is the way to go!