Remove notification from neural network.
2 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!