Bias and variance in the convolutional neural network
조회 수: 3 (최근 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!