How to find the optimal value of the regularization parameter for softmax classifier (trainSoftmaxLayer)
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
I am trying to use the trainSoftmaxLayer for multi-classification application. I have few queried related with that. 1. Can I report Cross-Validation accuracy using the classifier. I have done 10-fold cross validation and I am getting good results. But what is troubling me is that at every round of cross-validation the initial weights and biases of the networks are initialized. I do not know whether I am right or wrong.
2. How to get optimal value of the regularization parameter. The default value of the regularization parameter is 0 and the function does not provide facility to change the regularization parameter.
3. How the initial weights are initialized. I did not found any information related with this in the function help of the trainSoftmaxLayer.
Please help me out.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!