フィルターのクリア

What is formula for finding to Number of Weights in Neural Nework with two Hidden Layers

1 回表示 (過去 30 日間)
Suppose for neural network with two hidden layers, inputs dimension is "I", Hidden number of neurons in Layer 1 is "H1", Hidden number of neurons in Layer 2 is "H2" And number of outputs is "O", Now what will be the formula for total number of weights in the neural network or total number of synaptic connections?

採用された回答

Greg Heath
Greg Heath 2015 年 11 月 27 日
Nw = (I+1)*H1 +(H1+1)*H2 +(H2+1)*O
Hope this helps.
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by