Is there Matlab open source of a convolutional neural network (CNN) with images to train the CNN model?
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
AMIT POTE
2022 年 7 月 3 日
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:
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Recognition, Object Detection, and Semantic Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!