Why Validation set is not used in MATLAB example of Deep learning

1 回表示 (過去 30 日間)
Adnan Farooq Awan
Adnan Farooq Awan 2017 年 9 月 15 日
回答済み: Duncan Lilley 2017 年 9 月 19 日
I have started the deep learning tutorial with the example in Matlab 2017a of Digits. In that example they didn't use Validation set. What is the reason for using validation set?

回答 (1 件)

Duncan Lilley
Duncan Lilley 2017 年 9 月 19 日
As of the R2017b Prerelease, there is now a "ValidationData" parameter to the "trainingOptions" function. This allows the user to pass an image datastore, table, or cell array (depending on your data format) that contains all of your validation data.
The R2017b Prerelease can be downloaded here.

カテゴリ

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