Bias and variance in the convolutional neural network

1 回表示 (過去 30 日間)
Gregor Suix
Gregor Suix 2017 年 8 月 9 日
回答済み: Yash 2023 年 10 月 26 日
How do I get the bias and variance error in the convolutional neural network from this example https://it.mathworks.com/help/nnet/examples/create-simple-deep-learning-network-for-classification.html? To make the convolutional neural network , I used this tool https://it.mathworks.com/help/nnet/convolutional-neural-networks.html

回答 (1 件)

Yash
Yash 2023 年 10 月 26 日
Hi Gregor,
You can use the in-built functions 'mean' and 'var' to get the bias error and variance error using the error matrix from your trained model. You can refer to the following accepted MATLAB Answer for detailed use of these functions: https://in.mathworks.com/matlabcentral/answers/108205-bias-and-variance-of-trained-neural-network
To know more about the 'mean' and 'var' functions kindly refer the below documentations:
Hope this helps!

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by