sankari senthil
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
282 386
of 295 569
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
mer än 6 år ago | 0 answers | 0
0
answersQuestion
how do can classify neural network from glcm feature extraction detect tha leaf diseases
i want source code pls sir help me
nästan 8 år ago | 0 answers | 0
0
answersQuestion
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
nästan 8 år ago | 1 answer | 0
1
answerQuestion
why we give training and testing samples in same data set on neural network?
pls help me sir i want tesing and train code
nästan 8 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 8 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 8 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 8 år ago | 3 answers | 0