How to create a custom Neural Network?

I wanna create a NN with 1- 2 inputs, 2 layers and 3 outputs 2- the number of nodes in layer 1 is 2 and in layer 2 is 3 3- the learning factor for layer 1 is 0.1 and for layer 2 is 0.5 4- the bias weight for layer 1 is 0.1 and for layer 2 is 0.2 5- I wanna initialize all weights to my desired values How can I do this? Thanks

 採用された回答

Greg Heath
Greg Heath 2013 年 11 月 28 日

0 投票

See the NN Toolbox documentation.
If you have specific questions, please submit code, comments and error messages.
Hope this helps.
Greg

2 件のコメント

Elaheh
Elaheh 2013 年 12 月 3 日
Dear Greg
I want to build a granular neural network. I have seen somewhere that custom NNs are a good way for making this kind of networks. However, whatever I try to figure out how I can do this, I just can find a simple example and it doesn't help me too much. Could you please help regarding this problem?
Thanks very much in advance, Elaheh
Greg Heath
Greg Heath 2013 年 12 月 4 日
I know nothing about granular NNs. Can you refer me to those simple examples?
Greg

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2013 年 11 月 26 日

コメント済み:

2013 年 12 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by