I'm trying to understand (and visualize) what an epoch exactly is with regards to training an ANN.
We have a training set of ~7000 products which have 10 characteristics (the inputs). These products have to be categorized into 7 classes based on those 10 inputs.
Our ANN has 10 inputs which go into an input layer of 10 neurons. Those in turn go into a hidden layer with 8 neurons. The output layer has 7 neurons.
How can I visualize/understand an epoch in this case?
sidenote: I'm writing this in MATLAB (and I know about the ANN toolbox)