sankari senthil
Followers: 0 Following: 0
Statistica
7 Domande
0 Risposte
RANK
282.489
of 295.673
REPUTAZIONE
0
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 154.257
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
how to training and testing classification of feed forward neural network code and identitfy the which find of leaf disease identification
[x,t] = simplefit_dataset; net = feedforwardnet(10); net = train(net,x,t); view(net) y = net(x); perf = perform...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
how do can classify neural network from glcm feature extraction detect tha leaf diseases
i want source code pls sir help me
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
how to train and testing data leaf diseases identification using classify pattern recoginitaion neural network?
hello sir, i need codeing pls send me sir very urgent i want
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
why we give training and testing samples in same data set on neural network?
pls help me sir i want tesing and train code
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
My data set have 60 images(11features each). there are 60 for train. 15 for validation. 30 for testing. my problem is, after writing this code am getting 100% accuracy which is absurd. plz help me in this matter as am not sure if my code is corre
load('trmat.mat'); %60 x 11 load('test.mat'); %1 x 60 x=transpose(trmat); t=test; inputs = x targets = t % Create a Patter...
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
what is the simplefit_dataset in this code??? and how i give the feature extracted value for this code in testing and triaining time???? pls help to solve this?????
[x,t] = simplefit_dataset; net = feedforwardnet(10); net = train(net,x,t); view(net) y = net(x); perf = perform...
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
what is x,t and y variables in this code?
[x,t] = simplefit_dataset; net = feedforwardnet(10); net = train(net,x,t); view(net) y = net(x); perf = perf...
quasi 8 anni fa | 3 risposte | 0