Remove notification from neural network.
1 次查看(过去 30 天)
显示 更早的评论
Hello :)
I would like to do time series forecasting thousands of time.This is why I don't pay such attention to low MSE but rather to low computational time. I decided to use neural network ntstool and training method 'trainlm', parallel computing and number of epochs equal only to 10.
1. Do I use a proper method? Maybe neural network is not the best solution for fast time series forecasting ?
2. I get notification "Lab 1:
Training with TRAINLM.
Calculation mode: Parallel with MATLAB Workers
Epoch 0/10, Time 0.011, Performance 4.2974/0, Gradient 7.0638/1e-07, Mu 0.001/10000000000, Validation Checks 0/6
Epoch 10/10, Time 0.216, Performance 6.3874e-07/0, Gradient 0.0033235/1e-07, Mu 1e-09/10000000000, Validation Checks 0/6
Training with TRAINLM completed: Maximum epoch reached."
which is totally useless for me and I would like just to turn off it. I don't wont to get any notification (because them only slower my application) but the results. How to turn off them ;) ?
Thank you very much for helping Janek
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File 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!