Are there any convolutional networks in the DL Toolbox whose output layers are implemented as fullyConnectedLayers?
Mostrar comentarios más antiguos
Within the library of neural networks offered through the Deep Learning Toolbox, are there any convolutional neural netwoks that contain fully connected layers? If, as an exercise, I wished to convert the fully connected layers to convolutional layers (so as to convert the network to an FCN), is the procedure for doing so straightforward?
1 comentario
Matt J
el 3 de Mayo de 2022
Respuestas (1)
David Willingham
el 3 de Mayo de 2022
0 votos
Hi Matt,
In this doc page, it shows an example of a network that has both convolutional layers and full connected layers:
Can you clarify a little more on why you want to convert fully connected layers to convolutional layers?
David
3 comentarios
David Willingham
el 3 de Mayo de 2022
Editada: Matt J
el 3 de Mayo de 2022
Is this what you're looking for?
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!