performance = 100%

2 Ansichten (letzte 30 Tage)
yuyyy hygu
yuyyy hygu am 21 Nov. 2017
Bearbeitet: Walter Roberson am 23 Nov. 2017
good evening every body my question is ,are the performance 100% in neural net(confusion matrix) is normal or i have some data errors thanks
  2 Kommentare
Greg Heath
Greg Heath am 23 Nov. 2017
Thanks for the details.
Greg
yuyyy hygu
yuyyy hygu am 23 Nov. 2017
Bearbeitet: Walter Roberson am 23 Nov. 2017
sorry ,its a classification task to distinguish between benign and malignant tumor in CT images.
i have 50 images ,so i ran the following code ,which give me 100 % performance in classification at the confusion matrix , my question is are its true or there is something wrong.
load('PZ.mat')
load('T.mat')
rng('default')
net = feedforwardnet(9);
net = train(net,PZ,T);
view(net)
%P3 = net (P2);Here i used only 5 charchtristics (contrast Correlation Energy: Homogeneity entropy):
P3 = net (PZ);
plotconfusion(T,P3)
thanks

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by