how to recall matrix in nntool

3 visualizaciones (últimos 30 días)
Renu
Renu el 29 de Nov. de 2022
Respondida: Ayush Aniket el 7 de Mayo de 2025
how to recall a 120x2 dimension matrix in MATLAB in nntool

Respuestas (1)

Ayush Aniket
Ayush Aniket el 7 de Mayo de 2025
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

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by