amanchadha / coursera-deep-learning-specialization

Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
3.14k stars 2.27k forks source link

Slight update in Function definition #55

Open Priyansh013 opened 8 months ago

Priyansh013 commented 8 months ago

For Module 2 i.e Hyper Parameter Tuning , Week 1 lab's functions have been modified to print the value as well. Hence there is a slight update in function definition where you need to add a parameter : print_msg = False.