Hello,
I have a problem where I use a CNN to extract features from signals, but I would like also to incorporate gender/age information.
I found over the literature that they can use an additional fully connected layer, say of 10 nodes, for gender/age and then concatenate it with the fully connected layer of the CNN.
How can I perform this in MATLAB? I have attached an image for your reference.