how can i see final weights in nprtool?

조회 수: 3 (최근 30일)
majeed
majeed 2022년 12월 19일
답변: Umeshraja 2024년 10월 10일
how can i see final weights after run nprtool?

답변 (1개)

Umeshraja
Umeshraja 2024년 10월 10일
To view the final weights and biases of the network trained using the nprtool in MATLAB, you first need to export the model to the workspace as shown below
Assuming the model is exported in the variable “results”. The weights and biases will be stored in the results structure as cell arrays. You can access them using the following command:
>>results.Network
I have attached a screenshot showing the weight and bias information within the results structure for your reference
For a more detailed understanding of using the Pattern Recognition App, please refer to this example:
Hope it helps!

카테고리

Help CenterFile Exchange에서 Speech Recognition에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by