photo

Mezgeen Ahmed


Nottingham Trent University

2015년부터 활동

Followers: 0   Following: 0

메시지

I have six input as natural frequencies while the output are the depth and location of damage in x and y direction . this means that the net has three outputs. when i trained the net the error is very high. how can I decrease the error. worth noting that I have 90 cases in total as input of the net.

x=Input;
t=Target;

% Create a Fitting Network

net = feedforwardnet(10);

% Train the Network

net = train(net,x,t);
view(net)
output = net(x);
perf = perform(net,t,output)

통계

MATLAB Answers

1 질문
0 답변

순위
100,282
of 301,472

평판
0

참여
1 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,293

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,655

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Explorer
  • First Review

배지 보기

Feeds

보기 기준

질문


how to decrease the neural network error
I have six input as natural frequencies while the output are the depth and location of damage in x and y direction . this means ...

대략 11년 전 | 답변 수: 1 | 0

1

답변