Is there Matlab open source of a convolutional neural network (CNN) with images to train the CNN model?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Daniel Duarte
am 2 Jul. 2022
Kommentiert: Daniel Duarte
am 3 Jul. 2022
I am studying CNN and would like to explore the intrincacies of the model in an open source Matlab code with images to train the model and see its operation.
0 Kommentare
Akzeptierte Antwort
AMIT POTE
am 3 Jul. 2022
Hey @Daniel Duarte
You can implement a CNN for classification either from scratch or by using some popular pretrained Deep Neural Networks like inception v3, resnet50 etc. To know more about their applications and how to implement them in MATLAB you can go through the following documentations:
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Recognition, Object Detection, and Semantic Segmentation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!