performance = 100%

2 ビュー (過去 30 日間)
yuyyy hygu
yuyyy hygu 2017 年 11 月 21 日
編集済み: Walter Roberson 2017 年 11 月 23 日
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 件のコメント
Greg Heath
Greg Heath 2017 年 11 月 23 日
Thanks for the details.
Greg
yuyyy hygu
yuyyy hygu 2017 年 11 月 23 日
編集済み: Walter Roberson 2017 年 11 月 23 日
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

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

回答 (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