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 CenterFile Exchange에서 Function Approximation and Clustering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by