Training the neural network

14 ビュー (過去 30 日間)
Fabio Retorta
Fabio Retorta 2016 年 5 月 28 日
コメント済み: Fabio Retorta 2016 年 5 月 29 日
How can I choose the percentage of the data to train the neural network?
  1 件のコメント
Walter Roberson
Walter Roberson 2016 年 5 月 28 日
"100 sided dice" ?

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

採用された回答

Greg Heath
Greg Heath 2016 年 5 月 28 日
1. To list the net properties available for changing either
a. Create a new net without the ending semicolon
net = fitnet
b. List an existing net without the ending semicolon
net = net
2. To change a setting
net.property.parameter = newvalue;
3. Example
net.divideParam.trainRatio = newvalue;
Hope this helps
Thank you for formally accepting my answer
Greg
  1 件のコメント
Fabio Retorta
Fabio Retorta 2016 年 5 月 29 日
Thanks 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