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 CenterFile Exchange에서 Sequence 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