In this module, we are going to read this code in python which is an implementation of Mini-batch GD. Normally, we are not going to write these kinds of codes from the scratch in the projects. However, reading the code once would give you a better idea of what is going to happen when we call Mini-batch GD from different packages in Python