#68 Machine Learning & Data Science Challenge 68
What are Epochs?
One Epoch is an ENTIRE dataset passed forwards and backward through the neural network.
Since one epoch is too large to feed to the computer at once, we divide it into several smaller batches.
We always use more than one Epoch bec...
bhagirathkd.hashnode.dev1 min read