How to create a datastore out of workspace data?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a .mat file which has input and output matrices for a neural network that I am making. Each matrix (input, output) is of dimension 2000x3 size. I tried using keyValue datastore to create a datastore out of it, but it is returning a single cell as output. Can anyone please help me out in this regard?
2 Kommentare
Antworten (1)
Rishik Ramena
am 19 Jul. 2021
You might want to use the arrayDatastore type with the "OutputType" name value. The documentation has examples to help in your use case.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!