Database Creation for 1-d CNN implementation

조회 수: 4 (최근 30일)
Kaushik Sardeshpande
Kaushik Sardeshpande 2018년 4월 18일
Hello there, I'm implementing CNN for signal classification problem, for which I need to create the database of the signals which I'll be giving as input to the CNN. To create the database there is a function called imageDatastore and some other database functions, which will create the database of images only. If signals which are stored in .mat( an array of 1xn) format and are given to this function, it will create the database, but will give problem at the time of trainNetwork , error as unable to read the file. Please suggest me some technique to create the database of my signals. What changes should I make in the existing functions so as to get the database of signals ?
dbs = imageDatastore(fullfile(rootFolder, categories),'IncludeSubfolders', true, 'FileExtensions',{'.mat'}, 'LabelSource', 'foldernames')
this is code I'm using to create the database, but its not useful at time of training the network.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by