![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9236284_1522131671545_DEF.jpg)
sankari senthil
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
140.176
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
how do can classify neural network from glcm feature extraction detect tha leaf diseases
i want source code pls sir help me
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
why we give training and testing samples in same data set on neural network?
pls help me sir i want tesing and train code
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 8 años hace | 3 respuestas | 0