How to train labels for image blocks using neural network?

Illustration
sheno39 - 2021-07-01T10:18:17+00:00
Question: How to train labels for image blocks using neural network?

my input is a matrix each row filled with image block values and another matrix (column vector)having labels for each block. I have to train each block with the label using neural network.   how to implement this? I am new to neural network, please any one help me.

Expert Answer

Profile picture of John Williams John Williams answered . 2025-11-20

Form 2 matrices
 
input columns are columnized matrices (which may be the result of using feature extraction on the original matrices)
 
target matrices contain the label columns.
 help fitnet
However, if this is a classification/pattern-recognition problem, the target columns should be columns of the unit matrix.
 
 
help patternnet


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!