Using neural network for classification

1 回表示 (過去 30 日間)
Ciara
Ciara 2014 年 4 月 9 日
コメント済み: Greg Heath 2014 年 4 月 11 日
Hi,
I have used GLCM in matlab to extract some texture features from an image. I did this using:
offsets0=[0 1; -1 1; -1;0, -1 1];
glcms=graycomatrix(img, 'Offset', Offsets0);
stats=graycoprops(glcms, 'all');
figure(2), plot([stats.correlation]) % i repeated this for the Contrast, Homogenity and Energy.
This produces the values:
Homgenity= 0.989 0.1468 0.1144 0.1342
Energy= 0.3366 0.3281 0.3340 0.3296
Contrast= 0.9542 0.9353 0.9474 0.9384
Correlation= 0.9798 0.9699 0.9766 0.9707
I want to use the nnprtool GUI to classify these features however I am unsure how to prepare thesr features for input into the neural network.
Can anyone help me ??
Thanks :)
  1 件のコメント
Greg Heath
Greg Heath 2014 年 4 月 11 日
Insufficient information.
What are the classes?
How many input features per example?
How many input/output examples?

サインインしてコメントする。

回答 (0 件)

製品

Community Treasure Hunt

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

Start Hunting!

Translated by