fanghao6666 / neural-networks-and-deep-learning

This is my assignment on Andrew Ng's course “neural networks and deep learning”
473 stars 399 forks source link

Updated NoteBook #16

Closed prakhar-luke closed 1 year ago

prakhar-luke commented 1 year ago

Use copy.deepcopy(...) when copying lists or dictionaries that are passed as parameters to functions. It avoids input parameters being modified within the function. In some scenarios, this could be inefficient, but it is required for grading purposes.