photo

Mezgeen Ahmed


Nottingham Trent University

Active since 2015

Followers: 0   Following: 0

Message

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)

Statistics

MATLAB Answers

1 Question
0 Answers

RANK
201,183
of 301,440

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Explorer
  • First Review

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer