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 个回答

排名
201,179
of 301,436

声誉
0

贡献数
1 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,280

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,540

贡献数
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 years 前 | 1 个回答 | 0

1

个回答