필터 지우기
필터 지우기

ANN Tool in MATLAB

조회 수: 10 (최근 30일)
Durga
Durga 2014년 11월 11일
댓글: Durga 2015년 9월 19일
While using Neural network pattern recognition tool(nprtool) in matlab,(For classification after getting all features) first we have to give input data from the workspace as a database file and then it asks for target data defining the desired output. I can't understand that if,i give input the features_vector of an image,then from where can i get the target data_vector?I mean how to estimate the target_data for each feature..

채택된 답변

Greg Heath
Greg Heath 2014년 11월 13일
If there are c classes or categories and N examples of I-dimensional inputs.
[ I N ] = size(input)
[ c N ] = size(target)
where the target matrix contains c-dimensional {0,1} unit vectors satisfying
sum(target) = ones(1,N)
vec2ind(target) = classindices
ind2vec(classindices) = target
Look at the target vectors of the classification data examples in
help nndatasets
doc nndatasets
Hope this helps.
Thank you for formally accepting my answer
Greg
  댓글 수: 1
Durga
Durga 2015년 9월 19일
Thank u sir.

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

추가 답변 (1개)

Shoba Selvaraj
Shoba Selvaraj 2015년 9월 11일
In which form ANN receives a input?
  댓글 수: 1
Durga
Durga 2015년 9월 19일
In a form of n-dimensional input vector database file.

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

카테고리

Help CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by