photo

davykol


Lappeenranta University of Technology

2015년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
Below is the probabilistic neural network for classification, but it is not working fine. Can someone help to improve it? especially how to recalculate training, validation and test performance.
Here is the codes. I tried to improve them. Can someone help with plotperform(tr) and plottrainstate(tr). Also how to improve i...

9년 초과 전 | 0

답변 있음
Below is the probabilistic neural network for classification, but it is not working fine. Can someone help to improve it? especially how to recalculate training, validation and test performance.
Try this one may be it will work: close all; clear all; clc data=[ 5.1000 3.5000 1.4000 0.2000 1.0000 4.9...

9년 초과 전 | 0

질문


Below is the probabilistic neural network for classification, but it is not working fine. Can someone help to improve it? especially how to recalculate training, validation and test performance.
close all; clear; clc data = dlmread('iris.dat'); %data=dlmread('Dermatology.txt'); %data=[data(:,1) data(:,3:8) data(:,2)];...

9년 초과 전 | 답변 수: 4 | 0

4

답변