How can I find japaneseVowelsTrainData

HI!
I am reading this tutorials
But How can I find the "japaneseVowelsTrainData" dataset?
I think the data format is different from the original dataset from UCI

Risposte (2)

Srivardhan Gadila
Srivardhan Gadila il 16 Gen 2020
Modificato: Srivardhan Gadila il 16 Gen 2020
Try the following in MATLAB Command Window
>> [XTrain,YTrain] = japaneseVowelsTrainData;
For more information about it, try the following in the MATLAB Command Window
>> help japaneseVowelsTrainData
You may also refer to the following page in which japaneseVowels dataset is used.

4 Commenti

Hello.... Can i Use lstmlayer in matlab 2015? ...
No it needs R2017b
@Walter Roberson
how I can create datsset like japaneseVowelsTrainData??
There is also the function japaneseVowelsTrainData() which does load() on a file that has variables XTrain and YTrain . YTrain is a categorical array. XTrain is a cell array with as many entries as YTrain contains. Each entry in the cell is a double() array that has 12 rows and multiple columns. Each row corresponds to one feature; each column corresponds to a measurement of the feature at a time point.
The format is easy to build. The difficult part is in deciding what you want the features to be. After that it is just straight forward data collection, transformation from the data to the corresponding feature values, and storing in a cell array.

Accedi per commentare.

Ryotaro MIURA
Ryotaro MIURA il 16 Gen 2020
I'm using matlab online and it says the japaneseVowelsTrainData is not found...

3 Commenti

I just tried matlab online and had no problem locating the data.
OH really.
I will try it again Thanks.
OH really
it is working rn. Thank you so much

Accedi per commentare.

Prodotti

Richiesto:

il 13 Gen 2020

Community Treasure Hunt

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

Start Hunting!

Translated by