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 Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by