photo

sankari senthil


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

7 Questions
0 Réponses

RANG
141 401
of 301 529

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 315

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 175 175

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


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

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


how do can classify neural network from glcm feature extraction detect tha leaf diseases
i want source code pls sir help me

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


why we give training and testing samples in same data set on neural network?
pls help me sir i want tesing and train code

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 9 ans il y a | 3 réponses | 0

3

réponses