how to recall matrix in nntool

조회 수: 3 (최근 30일)
Renu
Renu 2022년 11월 29일
답변: Ayush Aniket 2025년 5월 7일
how to recall a 120x2 dimension matrix in MATLAB in nntool

답변 (1개)

Ayush Aniket
Ayush Aniket 2025년 5월 7일
If the requirement is to import your 120x2 dimension matrix, you can easily do so using the Import button on the left upper corner of the Neural Net Fitting app after defining your matrix in the base workspace.
However, note that the rows of a matrix are mapped as features, the columns are mapped as obseravtions and you should have atleast 10 obseravtions in you data. If you try to import your data in its current shape, it will give you an error becuase there are only 2 columns.
Considering, the 120 rows in your matrix correspond to observations, you can transpose your matrix and then import it using the tool. Refer the following documentation link to read about the import process: https://www.mathworks.com/help/deeplearning/gs/fit-data-with-a-neural-network.html#UsingTheNeuralNetworkFittingAppExample-1

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by