HOW I CAN TRAIN MY DATA FOR CLASSIFICATION WITH CNN OR DEEP LEARNING?

조회 수: 1 (최근 30일)
hatefe soleymany
hatefe soleymany 2022년 6월 21일
답변: Nitanshu 2022년 6월 29일
Hi evryone, I have a question, I have many data that all of them are a matrix in mat format, I want to have a train whis those data for classification according to a cnn algorithm or deep learning algorithm. For example ( rnn, lstm, knn, svm, ... )
I dont know how can I do it, please help me..???

답변 (1개)

Nitanshu
Nitanshu 2022년 6월 29일
Hi Hatefe,
It seems like you need to build classification models with the given training data sets and to choose which algorithm fits best to the data so that you can moveforward with corresponding model.
Probably you can use the Classification learner app where you can import the dataset, select the train features and response features and try using different algorithms to see which fits best and gives you the highest accuracy and once the model generated you can export the code corresponding to the model.
Resources:
  • Article on using classificationlearner app here
  • Mathworks video resource of how to use classification learner app here
Hope it helps!

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by