how to calculate the validation metrics ?

3 ビュー (過去 30 日間)
ahmad Saad
ahmad Saad 2023 年 10 月 22 日
回答済み: Manish 2024 年 12 月 27 日
Hi;
how i can compute and plot the attached figure for the validation metrics ????

回答 (1 件)

Manish
Manish 2024 年 12 月 27 日
Hi Ahmad,
I understand that you want to know how to compute the validation metrics and plot them. You can achieve this with the help of the `trainingOptions` function.
This function has an input called `Metrics` where predefined metrics can be used. You can also create your own custom metrics for the model.
Here's a code snippet to access the metrics using the `info`.
[netTrained,info] = trainnet(___);
show(info);
Refer the below documentions for better undertanding:
Hope it helps!

カテゴリ

Help Center および File ExchangeData Exploration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by