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

1 view (last 30 days)
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..???

Answers (1)

Nitanshu
Nitanshu on 29 Jun 2022
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!

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!