photo

sankari senthil


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
241,611
of 300,853

평판
0

참여
7 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


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

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 9년 전 | 답변 수: 3 | 0

3

답변