photo

davykol


Lappeenranta University of Technology

Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
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...

más de 9 años hace | 0

Respondida
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...

más de 9 años hace | 0

Pregunta


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)];...

más de 9 años hace | 4 respuestas | 0

4

respuestas