performance = 100%

조회 수: 3 (최근 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 CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by