RTUComputer ScienceYr 2023 · Sem 62023

Q6Machine Learning

Question

2 marks

Define the term 'epoch' in neural networks.

Answer

An epoch represents one complete pass of the entire training dataset through the neural network.

During an epoch, the weights of the neural network are updated based on the chosen optimization algorithm. Multiple epochs are usually required for the network to converge to a good solution.

Back to Paper