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

3 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Sequence 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