photo

davykol


Lappeenranta University of Technology

Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 9 ans il y a | 0

Réponse apportée
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...

plus de 9 ans il y a | 0

Question


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

plus de 9 ans il y a | 4 réponses | 0

4

réponses