フィルターのクリア

How to calculate the Neural Network

1 回表示 (過去 30 日間)
Tousif Ahmed
Tousif Ahmed 2017 年 4 月 4 日
回答済み: Greg Heath 2017 年 4 月 5 日
Suppose for neural network with 1 hidden layers having 20 neurons. Input having 2160 neurons and having the initial weight of 0.12. Please tell me the method and procedure to calculate, even small example is helpful of neural ntwork considering weight is helpful.Thank You

採用された回答

Greg Heath
Greg Heath 2017 年 4 月 5 日
I think you are on the wrong track.
Typically all you know are the N pairs of I-dimensional inputs and corresponding O-dimensional output targets in the form
[ I N ] = size(input)
[ O N ] = size(target)
From there you can go to the documentation examples resulting from the commands
help fitnet
and
doc fitnet
for regression and curvefitting
or
help patternnet
and
doc patternnet
for classification and pattern-recognition.
Try the MATLAB data in the examples before trying your own.
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