Adding inputs to CNNs after convolutional layers
Afficher commentaires plus anciens
I am trying to add another input to a CNN right after the output of the convolutional layers and before the input to the fully connected layer.
Is there a clever way of adding an input in such a way?
Here's how I want it to look
Image input
2dconvultionallayer
RELU layer
maxpooling layer
<add another interger input>
fully connected layer
classification layer
I couldn't find anything in the MATLAB neural networkin documentation.
Thank you.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!