What is epoch?

What is an epoch used in neural network? For example there are 3000 epochs of iteration. What does it mean?

 Accepted Answer

Jiro Doke
Jiro Doke on 24 Feb 2011

0 votes

From to the glossary:
epoch - Presentation of the set of training (input and/or target) vectors to a network and the calculation of new weights and biases. Note that training vectors can be presented one at a time or all together in a batch.

More Answers (0)

Categories

Find more on Deep Learning Toolbox 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!