統計
MATLAB Answers
5 質問
0 回答
ランク
of 171,413
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to make 'trainlm' command to use my initial values for weight optimization of a ANN?
Actually i want to pretrain the ANN with a different algorithm and then continue the training with 'trainlm', so i want to use t...
約9年 前 | 0 件の回答 | 0
0
回答質問
i want to optimize a neural network parameters by genetic algorithm and i get below code from matlab support, but the result is very poor even for a very simple function. how can i improve the result and is there any better code for my porpuse?
function mse_calc = mse_test(x, net, inputs, targets) % 'x' contains the weights and biases vector % in row ...
9年以上 前 | 2 件の回答 | 1
2
回答質問
I have matlab version R2011b and I can't print help browser. I press the ctrl+p but nothing happen. please help.
:)
9年以上 前 | 0 件の回答 | 0
0
回答質問
what does this command: "@(x) Function" means in matlab?
function mse_calc = mse_test(x, net, inputs, targets) net = setwb(net, x'); y = net(inputs); mse_calc = sum(...
9年以上 前 | 1 件の回答 | 1
1
回答質問
I have MATLAB version R2011b and I cant run a simple function like y=x^2 because of error "Error using test (line 2) Not enough input arguments."
function y = test(x) y = x.^2; end
9年以上 前 | 1 件の回答 | 0

