how can i see final weights in nprtool?
2 ビュー (過去 30 日間)
古いコメントを表示
how can i see final weights after run nprtool?
0 件のコメント
回答 (1 件)
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!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Speech Recognition についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!