Login
Toggle sidebar

Lint: epoch-machine-learning

Emphasis
warning

"If the batch size is the whole training dataset then the number of epochs is the number of iterations. For practical reasons, this is usually not the case. Many models are created with more than one epoch. The general relation where dataset size is d, number of epochs is e, number of iterations is i, and batch size is b would be d*e = i*b."

Line 2:260 · Italics should be used only in exceptional circumstances: '<em>d</em>, number of epochs is<em> e</em>, number of iterations is<em> i,</em> and batch size is <em>b</em> would be <em>d*e = i*b</em>'