How can I get the MSE over the training period when using a self-organizing map?

3 ビュー (過去 30 日間)
Abby Hill
Abby Hill 2016 年 1 月 8 日
I'd like to know whether the network is still improving with additional training. I've seen in the documentation that tr should have field "perf" which contains performance at each epoch throughout the training, but my tr doesn't have that field, I'm guessing since SOM is an unsupervised method.
net = selforgmap([4,4],100,4,'gridtop','linkdist');
net_init = net;
net.trainParam.epochs = 1e4;
[net, tr] = train(net,Data);

回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by