what is meant by neural networks interval plot

3 ビュー (過去 30 日間)
Hoda abuzied
Hoda abuzied 2011 年 9 月 22 日
回答済み: TED MOSBY 2025 年 6 月 11 日
hi there,
im building a MLP network .....however,while training netwrok nntraining tool gui automatically opens, at the end of this gui there is a scale placed at the bottom showing plot interval against epochs, i dont know why its placed there and what its used for , i noticed as i increase the value of this plot interval by moving slider , training rate increases & training time decreases......does anyone know what is meant by this interavl plot???

回答 (1 件)

TED MOSBY
TED MOSBY 2025 年 6 月 11 日
Hi,
The slider value sets how many training epochs occur between each redraw of the GUI’s plots (Performance, Training State, Regression, etc.). If you set it to 1, the tool updates the plots every single epoch; set it to 100, and it only updates every 100 epochs.
Redrawing MATLAB figures is adds overhead. Fewer updates meaning less overhead leading to shorter wall-clock training time, even though the algorithm itself (weight updates, learning rate, etc.) is identical. Increasing the interval reduces figure-drawing overhead, making training finish sooner in real time, but does not alter the network’s learning rate or convergence behavior.
Hope this helps!

カテゴリ

Help Center および File ExchangeFunction Approximation and Clustering についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by