統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,460
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Do I need to convert my data to sequence before using Elman neural network.
my input and output data are both matrices where rows are spatial units (e.g., states, provinces or counties) and columns are ti...
10年以上 前 | 1 件の回答 | 0
1
回答質問
In neural network, how to specify initial bias according to the known initial weight?
I got my initial weight for my neural network, but I do not know how to set the corresponding bias.
10年以上 前 | 1 件の回答 | 0
1
回答質問
In neural network, how can I change the sigmoid activation function to a Gaussian one, How to modify the Matlab codes to achieve this?
that is, change this function: a = tansig(n) = 2/(1+exp(-2*n))-1 to a = gauss(n) = exp(-(n.^2))
10年以上 前 | 1 件の回答 | 0
