How to develop a CNN classification with meta, train and test data

2 ビュー (過去 30 日間)
Juan Carlos Rendón
Juan Carlos Rendón 2021 年 5 月 27 日
回答済み: Mahesh Taparia 2021 年 6 月 3 日
I am currenlty working with the GTSRB dataset, I need to build an algorithm for pattern recognition to classify the different traffic signs using the DL-Toolobox, I was planing to train a CNN. I need to develop this algorithm in a script, but also use the Simulink block as well. This includes having a a phase of training, validation and testing. I do not know how to begin, can anyone guide me with a basic example or recommend me some specific documentation that could be helpful?

回答 (1 件)

Mahesh Taparia
Mahesh Taparia 2021 年 6 月 3 日
Hi
You can use pretrained network already exist in DL toolbox and finetune the model on your data. You can refer this documentation on the list of pretrained network. For custom network creation and training, you can refer this documentation and trained the network on your data. After performing the training, you can test it in MATLAB as well as in simulink. To do this in simulink, you can use predict block which takes the pretrained network as input from the workspace/ specified folder. For more information, you can refer this documentation.
Hope it will help!

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by