jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis

Home Page:https://sites.wustl.edu/jeffheaton/t81-558/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Epoch and Batch_size

bilal-24 opened this issue · comments

Please help me?

When do the weights and the biases of model update?

End of per batch_size or end of per epoch?

I can not understand this.
For example,
Our dataset has 1600 X_train data.
we choose batch_size = 64 and epoch = 10, What are the weights and biases updating number 1600/64=25 or only per epoch = 10?