Bias and variance in the convolutional neural network
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
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!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!