Can pls explain how to use feature input layer and image input layer. I checked the matlab content Train Network on Image and Feature Data
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Can pls explain how to use feature input layer and image input layer. I checked the matlab content Train Network on Image and Feature Data.
0 commentaires
Réponses (1)
Shuba Nandini
le 31 Août 2023
Hello,
I understand you want to know on how to use feature input layer and image input layer.
To train a network containing both an image input layer and a feature input layer, you must use a “dlnetwork” object in a custom training loop.
To create any network with two input layers, you must define the network in two parts and join them by using a concatenation layer.
For more information on Combining Image and feature Input layers, refer to this example: Feature input layer - MATLAB - MathWorks India
I hope this helps!
Regards,
Shuba Nandini
0 commentaires
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!