フィルターのクリア

Default learning rate and initial weights for trainscg neural network

2 ビュー (過去 30 日間)
Joana
Joana 2021 年 3 月 5 日
回答済み: Vineet Joshi 2021 年 3 月 24 日
Hi
I am trying to train a neural network with trainscg function. and i want to know the default parameters for following:
1: Learning rate
2: Initial weights and bais
3: activation function between hidden layers, say 3 hidden laeyrs
4: activation function for the output layer
I could only find the following properties for trainscg:
Thanks

回答 (1 件)

Vineet Joshi
Vineet Joshi 2021 年 3 月 24 日
Hi
trainscg does not directly use an explicit ‘learning rate’ parameter as in case with train functions like traingdx which employees’ gradient descent with learning rate and momentum. The parameters and the available default set of values can be found at the attached documentation.
Also, weights & biases and activation functions are the property of the network and not of the train function used to train them.
You can refer the following page for reference.
Hope this helps.

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by