How to get neural network parameter after training?

前端 未结 2 1309
被撕碎了的回忆
被撕碎了的回忆 2021-01-15 01:56

I am using matlab\'s neural network for classification. I want to know how can I store network parameters such as: epoches, time, mse, etc. In a matrix afte

2条回答
  •  时光取名叫无心
    2021-01-15 02:16

    You can store the network parameters in a cell array. Please find more details in the following link: http://www.mathworks.ch/ch/help/matlab/cell-arrays.html

提交回复
热议问题