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 日

0 投票

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および 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