could anyone help me how to validate the neural network

2 ビュー (過去 30 日間)
jaah navi
jaah navi 2021 年 6 月 27 日
コメント済み: Image Analyst 2021 年 6 月 27 日
I am developing neural network model to train, validate and test the network.
For training I am using net = trainNetwork(XTrain,YTrain,layers)
For testing I am using YPred = predict(net,XTest).
Before testing I need to do validation with the trained network using validation XVal.
Could anyone please help me how to do validation for the trained network before testing.
  3 件のコメント
jaah navi
jaah navi 2021 年 6 月 27 日
I have collected training dataset, validation dataset and testing dataset.
Also,I am not using tool box, I am writing the code my myself.
In my code, for the training i am using the command line net = trainNetwork(XTrain,YTrain,layers) to train the model.
Once training is done i need to validate the model using validation dataset(XVal,YVal)
Could you please help me how I need to write the command to do validation using (XVal,YVal) with the already trained model.
Image Analyst
Image Analyst 2021 年 6 月 27 日
You wrote your own trainNetwork() function? Well, you should know how to pass data to it then. Sorry I can't help you anymore with your custom function(s) - I prefer to use Toolbox functions rather than write my own.

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

回答 (1 件)

KSSV
KSSV 2021 年 6 月 27 日
Read the documentation of TrainNetwork, you can pass the validation data to the function.

カテゴリ

Help Center および File ExchangeGet Started with Statistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by