Bias and variance in the convolutional neural network

조회 수: 3 (최근 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 CenterFile 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!

Translated by