How to train labels for image blocks using neural network?
조회 수: 3 (최근 30일)
이전 댓글 표시
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
2018년 12월 8일
Can you explain your labels columns, in which form you create labels ???
채택된 답변
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 Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!