How to create a datastore out of workspace data?
조회 수: 6 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Rishik Ramena
2021년 7월 19일
You might want to use the arrayDatastore type with the "OutputType" name value. The documentation has examples to help in your use case.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!