How to train labels for image blocks using neural network?

조회 수: 3 (최근 30일)
sheno39
sheno39 2013년 11월 27일
댓글: Abdullah Munawar 2018년 12월 8일
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.
  댓글 수: 1
Abdullah Munawar
Abdullah Munawar 2018년 12월 8일
Can you explain your labels columns, in which form you create labels ???

댓글을 달려면 로그인하십시오.

채택된 답변

Greg Heath
Greg Heath 2013년 11월 28일
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
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

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