how to select rows or columns of matrix
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
shide agani
am 11 Sep. 2015
Beantwortet: Greg Heath
am 12 Sep. 2015
Dear friends
I am working on an image processing project using ANN networks,the network is trained via "nftool".in the nftool process
i select to have sample rows,so i have 56 sample of 66 elemnts. after training the network i use "gensim" command to create the simulink model. when i want to put the image into the network, which is a 56*66 pixel image, the simulink error says that it should be a 66 element signal, so my problem is how to seperate 56 row of 66 element to enter to the neural network seperatly
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 12 Sep. 2015
Transpose.
The NN Toolbox requires samples to be columns.
Hope this helps.
Thank you for accepting my answer
Greg
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox 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!