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,175
of 301,432

評判
0

コントリビューション
1 質問
0 回答

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,280

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,555

コントリビューション
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

回答