How to handle labels using fileDatastore in a CNN

14 ビュー (過去 30 日間)
Mauricio Piraquive
Mauricio Piraquive 2021 年 2 月 12 日
コメント済み: Pierre 2023 年 9 月 22 日
I have a collection of 50x1x12 mat files, that I need to upload into some datastore to subsequently pass into a convolutional neural network, how can I handle the labels of this files?, what datastore should I use?,
I have been trying with file datastore, the filedatastore does not handle the labels in the same way as the imagedatastore does getting them from the folder.
-What datastore can I use
-if I use filedatastore how can I handle the labels after getting them from the foler and in the moment of use net = trainNetwork( ? );
-how the inputlayer should initially set
I really appreacite the help I have been stuck with this for along time.

採用された回答

Madhav Thakker
Madhav Thakker 2021 年 2 月 14 日
Hi Mauricio,
You can use two different datastores for reading the .mat files and labels separately. Then, you can use combine on the datastores and feed to the CNN network.
Hope this helps.
  3 件のコメント
Saif Aljanahi
Saif Aljanahi 2021 年 4 月 30 日
Dear Mauricio, did you conducts this example and you got results? I really need your help in this matter.
I'm want to label such data from datastore or folder data!.
Thanks.
Pierre
Pierre 2023 年 9 月 22 日
Why use 2 different datastores and combine them when you can just 1 with both predictors and response?

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by