統計
MATLAB Answers
7 質問
0 回答
ランク
of 171,294
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
using gensim(net) command , how to get multiple output in ANN
I have developed ann model with two outputs. when i use gensim(net), it gives the value(simulink) for first output. i could not ...
10年以上 前 | 0 件の回答 | 0
0
回答質問
how can can i fix ( i am having values for weights) the input weight,output weight to train a network?
after training i am having IW,LW,Bias values. i want to use the same weights for another training. what should i do.
10年以上 前 | 0 件の回答 | 0
0
回答質問
after knowing the optimum weights, how to fix these input weight and bias as constant for remaining training?
i am using the RNG(0)(thanks to greg) before net command to fix the weight.but it may not be optimal weights.. so i want to tr...
10年以上 前 | 1 件の回答 | 1
1
回答質問
how to multiply the input vector and weight matrix (X*iw+b)
Mr greg suggested output = repmat(b2,1,N) + LW*tanh(repmat(b1,1,N)+ IW*input). in this equation i am having 3 input and iw mat...
10年以上 前 | 1 件の回答 | 0
1
回答質問
how to calculate the output of neural network manually using input data and weights.
i am having ann program with 3 inputs and one output. i am using back propagation and feed forward network. the activation fun...
10年以上 前 | 2 件の回答 | 0
2
回答質問
how to link neural network and genetic algorithm? any sample programe availbale
how to link neural network and genetic algorithm? any sample programe availbale
10年以上 前 | 0 件の回答 | 0
0
回答質問
How to give the fitness function for GA from ann model already developed?
i am having neural network program with 3 input and one output. i want to optimize the output using genetic algorithm. how to g...
10年以上 前 | 1 件の回答 | 0